Cannot sort column using data-sort attribute for input tag

Cannot sort column using data-sort attribute for input tag

smadersmader Posts: 21Questions: 6Answers: 0

Example: http://live.datatables.net/jorotifa/4

Using a button, I create rows where I can insert data into an inline <input>. I have a helper function (updater) which enables an onblur event, to update the data-sort parameter, to enable sorting. I cannot get it to work, so I'm wondering if a custom sort function/plugin is required here?

Answers

This discussion has been closed.