Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
Table API Reference
Column API Reference
Row API Reference
Cell API Reference
Header API Reference
Features API Reference
Legacy API Reference
Enterprise

Table_Internal

Type Alias: Table_Internal<TFeatures, TData>

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

Defined in: types/Table.ts:111

Type Declaration

_rowModelFns

ts
_rowModelFns: RowModelFns_All<TFeatures, TData>;

_rowModels

ts
_rowModels: CachedRowModel_All<TFeatures, TData>;

baseStore

ts
baseStore: Store<TableState_All>;

initialState

ts
initialState: TableState_All;

options

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

Type Declaration

_rowModels?
ts
optional _rowModels: CreateRowModels_All<TFeatures, TData>;
initialState?
ts
optional initialState: TableState_All;
state?
ts
optional state: TableState_All;

store

ts
store: ReadonlyStore<TableState_All>;

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData = any