TanStack

AppTablePropsWithSelector

Interface: AppTablePropsWithSelector<TFeatures, TSelected>

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

Props for AppTable component - with selector

Type Parameters

TFeatures

TFeatures extends TableFeatures

TSelected

TSelected

Properties

children()

ts
children: (state) => ReactNode;

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

Parameters

state

TSelected

Returns

ReactNode


selector()

ts
selector: (state) => TSelected;

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

Parameters

state

TableState<TFeatures>

Returns

TSelected