Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
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
Legacy API Reference

LegacyTableOptions

Type Alias: LegacyTableOptions<TData>

ts
type LegacyTableOptions<TData> = Omit<TableOptions<StockFeatures, TData>, "_features" | "_rowModels"> & LegacyRowModelOptions<TData>;

Defined in: useLegacyTable.ts:247

Legacy v8-style table options that work with useLegacyTable.

This type omits _features and _rowModels and instead accepts the v8-style get*RowModel function options.

Type Parameters

TData

TData extends RowData

Deprecated

This is a compatibility layer for migrating from v8. Use useTable with explicit _features and _rowModels instead.