FixedColumns not working with StateSave and ServerSideProcessing
FixedColumns not working with StateSave and ServerSideProcessing
barth
Posts: 2Questions: 1Answers: 0
Link to test case: https://live.datatables.net/yiwupeja/1/edit?js,console,output
Debugger code (debug.datatables.net):
Error messages shown: Uncaught TypeError: a[order[i]] is undefined
Description of problem: FixedColumns not working with StateSave and ServerSideProcessing
At first glance, the follwing line in fixedColumns.mjs triggers the problem:
applyStyles(dt.column(idx + ':visible', { page: 'current' }).nodes().to$(), 'body');
To reproduce, go to a page other than the first page and reload the output-window.
Answers
To reproduce, go to a page other than the first page and reload the output-window.