Docs
CodeRabbit
Cloudflare
Railway
OpenRouter
Clerk
Netlify
AG Grid
SerpAPI
WorkOS
Unkey
Prisma
Sentry
Electric
CodeRabbit
Cloudflare
Railway
OpenRouter
Clerk
Netlify
AG Grid
SerpAPI
WorkOS
Unkey
Prisma
Sentry
Electric
Table API Reference
Column API Reference
Row API Reference
Cell API Reference
Header API Reference
Features API Reference
Static Functions API Reference

AppHeaderPropsWithoutSelector

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

Defined in: createTableHook.tsx:332

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) => ComponentChildren;
children: (header) => ComponentChildren;

Defined in: createTableHook.tsx:339

Parameters

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

Returns

ComponentChildren


header

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

Defined in: createTableHook.tsx:338


selector?

ts
optional selector: undefined;
optional selector: undefined;

Defined in: createTableHook.tsx:343