hides the specified column
| id |
dtable.hideColumn("price");
// hides a column with a spanned header together with related columns
dtable.hideColumn("price", {spans:true});
By default, spanned columns are not affected by the actions performed upon the column that starts this span.
The data of the hidden column can still be accessed, but API calls against it will result in an error.