Back to Table

AppTablePropsWithSelector

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

8.21.3906 B
Original Source

Interface: AppTablePropsWithSelector<TFeatures, TSelected>

Defined in: createTableHook.tsx:285

Props for AppTable component - with selector

Type Parameters

TFeatures

TFeatures extends TableFeatures

TSelected

TSelected

Properties

children()

ts
children: (state) => ReactNode;

Defined in: createTableHook.tsx:289

Parameters

state

TSelected

Returns

ReactNode


selector()

ts
selector: (state) => TSelected;

Defined in: createTableHook.tsx:290

Parameters

state

TableState<TFeatures>

Returns

TSelected