Back to Table

AppTableComponent

docs/framework/react/reference/index/interfaces/AppTableComponent.md

8.21.31.2 KB
Original Source

Interface: AppTableComponent()<TFeatures>

Defined in: createTableHook.tsx:422

Component type for AppTable - root wrapper with optional Subscribe

Type Parameters

TFeatures

TFeatures extends TableFeatures

Call Signature

ts
AppTableComponent(props): ReactNode;

Defined in: createTableHook.tsx:423

Component type for AppTable - root wrapper with optional Subscribe

Parameters

props

AppTablePropsWithoutSelector

Returns

ReactNode

Call Signature

ts
AppTableComponent<TSelected>(props): ReactNode;

Defined in: createTableHook.tsx:424

Component type for AppTable - root wrapper with optional Subscribe

Type Parameters

TSelected

TSelected

Parameters

props

AppTablePropsWithSelector<TFeatures, TSelected>

Returns

ReactNode