I am using the angular wrapper.
We want to remove column programmatically with column options specified.
But we are not able to do so.
~ alter method won’t work as the data source is an object
~ we have tried to manually update the data, colHeader, columns and call the updateSettings on hotInstance with these updated values, but that is also not working.
Please help us to solve this.