Defined in: createTableHook.tsx:395
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: createTableHook.tsx:400
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: createTableHook.tsx:408
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