DataTable 1.10 - stateSave function not working correctly?

DataTable 1.10 - stateSave function not working correctly?

richwatsrichwats Posts: 1Questions: 1Answers: 0

I have an issue using the stateSave function. I'm probably missing something obvious here but while it appears to save the current view configuration to localStorage... on a page refresh its simply ignored and overwritten.

I tracked this down to a re-draw call I've made in an attempt to re-size columns .

$displayTable.columns.adjust().draw();

Is there restriction to using .draw() and stateSave?

Debug Code: umucaj

This discussion has been closed.