Persisting user preference/changes

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

  1. Column widths modified by the user
  2. Filters applied
  3. Frozen column
  4. 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.

Hi @kunal.wit

the getSettings can be helpful but for some operations, it’s better to rely on hooks. Here is a comparison for fixing columns http://jsfiddle.net/kdhoh6ta/