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.
See the Infinite Table Keyboard Navigation API page for the keyboard navigation API.
For API on row/group selection, see the Selection API page.
See the Infinite Table Row Selection API page for the row selection API.
See the Infinite Table Row Detail API page for the row detail API (when master-detail is configured).
clearSort
clearSort
() => void
getSortDir
()=> 1|-1|null
hideContextMenu
() => void
isSortable
()=> boolean
setSort
(sortDir: 1|-1|null) => void
setSort
(dir: 1|-1|null) => void
showContextMenu
() => void
toggleContextMenu
() => void
toggleSort
(options?) => void