Basically, I am managing React HotColumns through React state. I have added a button for adding a new HotColumn and one for removing the HotColumn. As you can see, adding one works just fine, but removing it does not do anything.
I have a code sandbox set up to provide context for this issue: https://codesandbox.io/s/handsontable-forked-6lcw98?file=/src/index.js
I am curious if this is a bug that should be fixed, if I am doing something wrong, and/or if there is another way i can dynamically add/remove HotColumnss since I am using the table in a React app and the HotColumn’s wrap custom React editors and renderers.
Thank you!