Documentation

hideColumn

hides the specified column

void hideColumn(id id);

Parameters

ididthe column id

See also

Example

dtable.hideColumn("price");

Details

While data of the hidden column still can be accessed, api calls against it will result in error.

Back to top