Requirement : I need editable drop down in my application similar to the one in the given here.
In my existing application I am using jQuery Data table within this table I need one of the column to be editable drop down.
For this I Googled it and found jQueryUI AutoComplete ComboBox,I gone through the demo and I changed it according to my requirement but I didn't find any changes.
Even I am not able to understand whether cause/problem is ude to Data Table or jQueryUI/autocomplete library.
FYI, I have included
- jquery-ui.js
- jquery.dataTables.min.js (datatable)
- js/jquery-1.9.1.js
- css/style.css
if any one come across this problem please guide me.