need example of DataTables, with JQuery Autocomplete
need example of DataTables, with JQuery Autocomplete
bigsipper
Posts: 31Questions: 2Answers: 0
I'd like to create a DataTable in which the user can use an AutoComplete entry in the cells of one of the columns.
I've searched, but haven't seen any examples or documentation autocomplete that actually work inside a DataTable.
I have tried to use jqeury.Autocomplete, but get no autocomplete functionality. I can get it to work outside the DataTable, in the html body, but not on a field inside the table.
So, I'm looking for a example, if any one has one, of a DataTable that has at least one editable and autocompletable field.
-Bigsipper
I've searched, but haven't seen any examples or documentation autocomplete that actually work inside a DataTable.
I have tried to use jqeury.Autocomplete, but get no autocomplete functionality. I can get it to work outside the DataTable, in the html body, but not on a field inside the table.
So, I'm looking for a example, if any one has one, of a DataTable that has at least one editable and autocompletable field.
-Bigsipper
This discussion has been closed.
Replies
Here's a paste of my work so far. http://pastebin.com/ycf1PTbE
If you try it, you'll see that autocomplete does not work and the columns are incorrecly shifted to the right.