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 API Reference

CoreFeatures

Interface: CoreFeatures

Defined in: core/coreFeatures.ts:8

Properties

coreCellsFeature

ts
coreCellsFeature: TableFeature<CoreCellsFeatureConstructors<TableFeatures, RowData>>;

Defined in: core/coreFeatures.ts:9


coreColumnsFeature

ts
coreColumnsFeature: TableFeature<CoreColumnsFeatureConstructors<TableFeatures, RowData>>;

Defined in: core/coreFeatures.ts:10


coreHeadersFeature

ts
coreHeadersFeature: TableFeature<CoreHeadersFeatureConstructors<TableFeatures, RowData>>;

Defined in: core/coreFeatures.ts:11


coreRowModelsFeature

ts
coreRowModelsFeature: TableFeature<CoreRowModelsFeatureConstructors<TableFeatures, RowData>>;

Defined in: core/coreFeatures.ts:12


coreRowsFeature

ts
coreRowsFeature: TableFeature<CoreRowsFeatureConstructors<TableFeatures, RowData>>;

Defined in: core/coreFeatures.ts:13


coreTablesFeature

ts
coreTablesFeature: TableFeature<CoreTablesFeatureConstructors<TableFeatures, RowData>>;

Defined in: core/coreFeatures.ts:14