Force reset of cached DOM values and reorder
Force reset of cached DOM values and reorder
Hello,
I'm using http://www.ractivejs.org/ to generate the rows of a table which uses DataTables for sorting/filtering etc.
The problem is that I can't find a way to reset the cached DOM values that are used for sorting. I tried table.draw() but it probably needs something more.
Here is an example with ractive.js with a loop that increases the salary of one person and demonstrates my problem.
http://live.datatables.net/desihaye/1/
tl;dr: I am updating the values of a datatable via DOM. Is there any way to force clearing of cached values and do a reorder?
Thanks