≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
sorting
sorting
dmartinez
Posts: 13
Questions: 0
Answers: 0
November 2011
edited November 2011
in
General
when i edit some element of the DOM with ajax, and then i sort the table... the DOM is sort by the old data.. what can i do?
Replies
allan
Posts: 65,845
Questions: 1
Answers: 10,953
Site admin
November 2011
You need to use the API to update the table - not direct DOM manipulation (since DataTables can't see that): http://datatables.net/api#fnUpdate .
Allan
This discussion has been closed.
Replies
Allan