Infinite Table Column API
When rendering the InfiniteTable
component, you can get access to the Column API through various column render props (for example, the columns.header
render prop).
For the root API see the API page. For API on row/group selection, see the Selection API page.
clearSort
Clears the sorting for the current column.
hideContextMenu
() => void
Hides the column context menu, if visible.
setSort
(sortDir: 1|-1|null) => void
Sets the sort direction for the current column.
showContextMenu
() => void
Shows the column context menu, if not already visible.
toggleContextMenu
() => void
Toggles the column context menu.