How to get list of frozen/fixed columns?

I am using the plugin ‘manualColumnFreeze’ and freezeColumn(index) to freeze the columns.
But want to know how to get a list of frozen columns.
Can you help ?

1 Like

We do not have any dedicated methods or hook for freezing yet. You can use a combination of a _arrayMap and array from the plugin and fixedColumnsLeft settings like here https://jsfiddle.net/bnhqjvrc/ but it one of 5 cases it shos wrong data.

1 Like