colVis + colReorder + stateSave
colVis + colReorder + stateSave

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
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.