Issue with dynamic row data not updating after sorting
Issue with dynamic row data not updating after sorting

Debugger code (debug.datatables.net)
Error messages shown: None, but row data isn’t reflecting after sorting.
I’m using DataTables with dynamic content, but when I try to sort the table, the rows aren’t updating correctly. It looks like the table sorts, but the content in the rows doesn’t reflect the new order after sorting. I’ve tried reinitializing the table, but that didn’t fix the issue. I’m loading the data via an AJAX call, and the data seems correct before sorting. Any ideas on what might be causing this?
Thanks in advance!
Replies
Start with this FAQ. If you still need help then please provide a simple test case showing how you are dynamically updating the table so we can see what you are doing to offer suggestions.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin