Hi,
I am handling which columns are being shown using state in React. I am trying to remove a hot column by updating state but this is not working. See demo I created for a simplified solution: https://jsfiddle.net/ntel_91/aqjkxn0y/
We need to continue using HotColumns, and the alter method won’t work as the data source is an object.
Is there a solution to this?
Thanks