Defined in: features/column-visibility/columnVisibilityFeature.types.ts:95
getCanHide: () => boolean;Defined in: features/column-visibility/columnVisibilityFeature.types.ts:99
Checks whether this column is allowed to be hidden.
boolean
getIsVisible: () => boolean;Defined in: features/column-visibility/columnVisibilityFeature.types.ts:103
Checks whether this column is currently visible.
boolean
getToggleVisibilityHandler: () => (event) => void;Defined in: features/column-visibility/columnVisibilityFeature.types.ts:107
Creates a checkbox-style handler that toggles this column's visibility.
(event): void;unknown
void
toggleVisibility: (value?) => void;Defined in: features/column-visibility/columnVisibilityFeature.types.ts:111
Toggles the visibility of the column.
boolean
void