colVis + colReorder + stateSave

colVis + colReorder + stateSave

gduvalgduval Posts: 4Questions: 2Answers: 0

Hello,
Have you found a compatibility solution between colVis, colReorder and stateSave?
Here's an example of the issue:
Initial load:

3 columns: '1', '2', '3'

User actions:

Reorder: '1', '3', '2'
Hide column '3': '1', '2'

After reload:

Displayed columns: '1', '3' (instead of '1', '2')

The saved state doesn't correctly restore the combination of reordering + visibility.
Best regards,

Answers

  • rf1234rf1234 Posts: 3,171Questions: 92Answers: 436

    Just tested it with my own data tables application - and it worked perfectly fine. The reordered columns were in the right place and the hidden column was still the correct one.

    Can you post a test case please highlighting the issue.

Sign In or Register to comment.