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.
Type Parameters
Section titled “Type Parameters”TData = any
Returns
Section titled “Returns”SeizenTableInstance<TData>