TanStack

AppTableComponent

Interface: AppTableComponent()<TFeatures>

Defined in: react-table/src/createTableHook.tsx:524

Component type for AppTable - root wrapper with optional Subscribe

Type Parameters

TFeatures

TFeatures extends TableFeatures

Call Signature

ts
AppTableComponent(props): ReactNode;

Defined in: react-table/src/createTableHook.tsx:525

Component type for AppTable - root wrapper with optional Subscribe

Parameters

props

AppTablePropsWithoutSelector

Returns

ReactNode

Call Signature

ts
AppTableComponent<TSelected>(props): ReactNode;

Defined in: react-table/src/createTableHook.tsx:526

Component type for AppTable - root wrapper with optional Subscribe

Type Parameters

TSelected

TSelected

Parameters

props

AppTablePropsWithSelector<TFeatures, TSelected>

Returns

ReactNode