I am planning to have a feature where changes made to the handsontable by the user will be stored as a user preferences. This should include
- Column widths modified by the user
- Filters applied
- Frozen column
- Hidden columns
I have tried inspecting the data received from getSettings method, but could find the above mentioned metadata. Please suggest right way to accomplish this feature.