TanStack

AppTableComponent

Interface: AppTableComponent()<TFeatures>

Defined in: types.ts:723

Component type for AppTable — root wrapper with optional Subscribe.

Type Parameters

TFeatures

TFeatures extends TableFeatures

Call Signature

ts
AppTableComponent(props): unknown;

Defined in: types.ts:724

Component type for AppTable — root wrapper with optional Subscribe.

Parameters

props

AppTablePropsWithoutSelector

Returns

unknown

Call Signature

ts
AppTableComponent<TSelected>(props): unknown;

Defined in: types.ts:725

Component type for AppTable — root wrapper with optional Subscribe.

Type Parameters

TSelected

TSelected

Parameters

props

AppTablePropsWithSelector<TFeatures, TSelected>

Returns

unknown