TanStack

AppHeaderPropsWithoutSelector

Interface: AppHeaderPropsWithoutSelector<TFeatures, TData, TValue, THeaderComponents>

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

Props for AppHeader/AppFooter component - without selector

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

TValue

TValue extends CellData

THeaderComponents

THeaderComponents extends Record<string, ComponentType<any>>

Properties

children()

ts
children: (header) => ReactNode;

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

Parameters

Header_Core<TFeatures, TData, TValue> & ExtractFeatureMapTypes<TFeatures, Header_FeatureMap> & THeaderComponents & object

Returns

ReactNode


header

ts
header: Header<TFeatures, TData, TValue>;

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


selector?

ts
optional selector: undefined;

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