JQuery Autocomplete #combobox not working with jquery DataTables

Requirement: I need an editable application similar to the one shown here to be available in my application.

In my existing application, I am using the jQuery data table in this table. I need one of the drop down columns.

For this, I took it apart and found the jQueryUI AutoComplete ComboBox, I went through the demo and I changed it to meet my requirement, but I did not find any changes.

Even I can’t understand if the reason / problem is ude for the data table or jQueryUI / autocomplete library.

FYI, I turned on

  • Jquery-ui.js
  • jquery.dataTables.min.js (datatable)
  • Js / jquery-1.9.1.js
  • CSS / style.css

If anyone encounters this problem, please help me.

+4
source share
1 answer

Before you configure this in your application, try to do it in another file. I tried this code and it works. Perhaps some other script files in your application have affected this JQ.

0
source

Source: https://habr.com/ru/post/1485034/


All Articles