Invalidate does not seem to work

Invalidate does not seem to work

WEHAWEHA Posts: 26Questions: 3Answers: 0
edited January 2021 in Free community support

Link to test case: http://live.datatables.net/nofafuso/1/
Debugger code (debug.datatables.net): https://debug.datatables.net/eweyuw (from production code)
Error messages shown: none
Description of problem: I reorder rows with external code and then invalidate the datatable cache. The next draw of that same datatable causes it to revert to the old order.

In production I use the first column to sort with data-sort attribute.
When repositioning I change this value and do invalidate, then draw causes it to revert.
This worked for a long time but now it's a problem.

Replies

  • WEHAWEHA Posts: 26Questions: 3Answers: 0

    Nevermind, seems the problem was between keyboard and chair...
    PHP version was upgraded and the changes there caused different settings in datatables.

This discussion has been closed.