TanStack

AppTableComponent

Interface: AppTableComponent()<TFeatures>

Defined in: createTableHook.tsx:521

Component type for AppTable - root wrapper with optional Subscribe

Type Parameters

TFeatures

TFeatures extends TableFeatures

Call Signature

ts
AppTableComponent(props): ComponentChildren;

Defined in: createTableHook.tsx:522

Component type for AppTable - root wrapper with optional Subscribe

Parameters

props

AppTablePropsWithoutSelector

Returns

ComponentChildren

Call Signature

ts
AppTableComponent<TSelected>(props): ComponentChildren;

Defined in: createTableHook.tsx:523

Component type for AppTable - root wrapper with optional Subscribe

Type Parameters

TSelected

TSelected

Parameters

props

AppTablePropsWithSelector<TFeatures, TSelected>

Returns

ComponentChildren