AutoFill with input elements
AutoFill with input elements
I am attempting to use the AutoFill extension with DataTables, and have mimicked the example here, http://legacy.datatables.net/release-datatables/extras/AutoFill/inputs.html, but using the current version of DataTables 1.10.7, so with a few modifications (debug bookmarklet: ujuqup).
I believe I have implemented it correctly since it seems to work fine with the following exception: unlike the original legacy example, when you make a change to one of the inputs, tab out, and then try to autofill from that field, only the original value is filled, not the newly edited value. Is there a way to have it fill with the new value as the older example does?
Answers
I ended up utilizing this from a similar question on stackoverflow and it works fine now:
http://stackoverflow.com/questions/31291090/datatables-autofill-extension-with-input-elements-not-working