It now seems to work (3.3.4) if a column has attribute hidden: false when loading the table.
However if a user hides the column with columnSelector and save it through saveState, after loadState the checkbox in columnSelector is still checked even though column is now hidden...
Also if a column has attribute hidden: true when loading the table, the saveState does NOT save the columnSelector changes (show column) to the column (checkbox will unchecked and column hidden) after loadState.
Is there a fix for this?
Thanks.