need example of DataTables, with JQuery Autocomplete

need example of DataTables, with JQuery Autocomplete

bigsipperbigsipper Posts: 31Questions: 2Answers: 0
edited February 2014 in DataTables 1.10
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

Replies

  • bigsipperbigsipper Posts: 31Questions: 2Answers: 0
    I couldn't get jsfiddle to run...
    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.
This discussion has been closed.