How do I delete a column using code. I have the option “column”
Code:
hot1.alter('remove_col', 3)
error:
Uncaught Error: cannot remove column with object data source or columns option specified
How do I delete a column using code. I have the option “column”
Code:
hot1.alter('remove_col', 3)
error:
Uncaught Error: cannot remove column with object data source or columns option specified
Hi @viktor.tsikalovskiy
If you are using columns
in your HOT settings to delete a column you will actually need to redefine them via updateSettings. Here’s a simple example: http://jsfiddle.net/471upo9a/