Skip to content

useSeizenTableContext

useSeizenTableContext<TData>(): SeizenTableInstance<TData>

Defined in: packages/core/src/table/components/Root.tsx:19

Hook to access the SeizenTable instance from compound components.

This hook allows compound components to access the table instance without explicitly passing it as a prop.

TData = any

SeizenTableInstance<TData>