Cannot sort column using data-sort attribute for input tag
Cannot sort column using data-sort attribute for input tag

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?
This discussion has been closed.
Answers
So I figured out data-sort needs to be on the td, not the element itself
However, I still have problems as the sorting still does not happen:
http://live.datatables.net/jorotifa/7