If column pinning, returns a flat array of leaf-node columns that are visible in the unpinned/center portion of the table. API Docs Guide
Returns whether all columns are visible API Docs Guide
Returns whether any columns are visible API Docs Guide
If column pinning, returns a flat array of leaf-node columns that are visible in the left portion of the table. API Docs Guide
If column pinning, returns a flat array of leaf-node columns that are visible in the right portion of the table. API Docs Guide
Returns a handler for toggling the visibility of all columns, meant to be bound to a input[type=checkbox] element. API Docs Guide
input[type=checkbox]
Returns a flat array of columns that are visible, including parent columns. API Docs Guide
Returns a flat array of leaf-node columns that are visible. API Docs Guide
Resets the column visibility state to the initial state. If defaultState is provided, the state will be reset to {} API Docs Guide
defaultState
{}
Sets or updates the state.columnVisibility state. API Docs Guide
state.columnVisibility
Toggles the visibility of all columns. API Docs Guide