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

TableHelperOptions

Type Alias: TableHelperOptions<TFeatures>

ts
type TableHelperOptions<TFeatures> = Omit<TableOptions<TFeatures, any>, "columns" | "data" | "store" | "state" | "initialState"> & object;

Defined in: helpers/tableHelper.ts:12

Options for creating a table helper to share common options across multiple tables coreColumnsFeature, data, and state are excluded from this type and reserved for only the useTable/createTable functions

Type Declaration

_features

ts
_features: TFeatures;

Type Parameters

TFeatures

TFeatures extends TableFeatures