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

Table_Internal

Type Alias: Table_Internal<TFeatures, TData>

ts
type Table_Internal<TFeatures, TData> = Table<TFeatures, TData> & object;
type Table_Internal<TFeatures, TData> = Table<TFeatures, TData> & object;

Defined in: types/Table.ts:116

Type Declaration

_rowModelFns

ts
_rowModelFns: RowModelFns_All<TFeatures, TData>;
_rowModelFns: RowModelFns_All<TFeatures, TData>;

\rowModels

ts
rowModels: CachedRowModel_All<TFeatures, TData>;
rowModels: CachedRowModel_All<TFeatures, TData>;

atoms

ts
atoms: Atoms_All;
atoms: Atoms_All;

baseAtoms

ts
baseAtoms: BaseAtoms_All;
baseAtoms: BaseAtoms_All;

initialState

ts
initialState: TableState_All;
initialState: TableState_All;

options

ts
options: TableOptions_All<TFeatures, TData> & object;
options: TableOptions_All<TFeatures, TData> & object;

Type Declaration

\rowModels?
ts
optional rowModels: CreateRowModels_All<TFeatures, TData>;
optional rowModels: CreateRowModels_All<TFeatures, TData>;
atoms?
ts
optional atoms: ExternalAtoms_All;
optional atoms: ExternalAtoms_All;
initialState?
ts
optional initialState: TableState_All;
optional initialState: TableState_All;
state?
ts
optional state: TableState_All;
optional state: TableState_All;

store

ts
store: ReadonlyStore<TableState_All>;
store: ReadonlyStore<TableState_All>;

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData = any