Hello,
I am getting into a problem with @handsontable/react
My demo code: https://codesandbox.io/s/declaring-column-settings-zvzbg?file=/src/index.js
Steps:
- Collapse E column
- Click on Change state button to change data in settings state
Actual:
E column was expanded
expect:
E column should keep collapsing
My opinion:
After state of settings change, UI will be re-rendered. that why all of collapsed columns will be expanded by default
How can we keep collapsed columns in this case ?