4

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

  1. jquery-ui.js
  2. jquery.dataTables.min.js (datatable)
  3. js/jquery-1.9.1.js
  4. css/style.css

if any one come across this problem please guide me.

madth3
  • 7,275
  • 12
  • 50
  • 74
Sangamesh
  • 89
  • 1
  • 5
  • The error must be in implementation, cause jquery autocomplete works for sure. Try to insert the example from their demo and see what happens. People cannot answer you, because you haven't provided enough data. By the way, is the `css/style.css` the `jquery-ui.css`? – skobaljic Jun 17 '13 at 10:53
  • What is your problem exactly? How did you tried to integrate the dropdown inside the datatable? Do you use server side processing? Can you provide the demo what you tried to change according to your requirements? – speti43 Jun 18 '13 at 15:14

1 Answers1

0

Before configure this in your application ,please try this in a different file. i have tried this code and works . May be some other script files in your application affected this JQ.

Ammu
  • 138
  • 3
  • 12