Defined in: react-table/src/createTableHook.tsx:497
Component type for AppHeader/AppFooter - wraps a header and provides header context with optional Subscribe
TFeatures extends TableFeatures
TData extends RowData
THeaderComponents extends Record<string, ComponentType<any>>
AppHeaderComponent<TValue>(props): ReactNode;Defined in: react-table/src/createTableHook.tsx:502
Component type for AppHeader/AppFooter - wraps a header and provides header context with optional Subscribe
TValue extends unknown = unknown
AppHeaderPropsWithoutSelector<TFeatures, TData, TValue, THeaderComponents>
ReactNode
AppHeaderComponent<TValue, TSelected>(props): ReactNode;Defined in: react-table/src/createTableHook.tsx:510
Component type for AppHeader/AppFooter - wraps a header and provides header context with optional Subscribe
TValue extends unknown = unknown
TSelected = unknown
AppHeaderPropsWithSelector<TFeatures, TData, TValue, THeaderComponents, TSelected>
ReactNode