Issue with dynamic row data not updating after sorting

Issue with dynamic row data not updating after sorting

Paulsen97Paulsen97 Posts: 5Questions: 0Answers: 0

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

Sign In or Register to comment.