Interface TableContext<Data>

Context of the Table, made available to each component and helper.

Type Parameters

Hierarchy

  • TableContext

Properties

tableInstance: TableInstance<Data>

Initiated instance of react-table.

See

React Table Docs

tableProps: ReactTableUIProps<Data>

Props passed by user to react-table.

tableRef?: RefObject<HTMLElement>

Ref to React Table UI component.

Generated using TypeDoc