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

LegacyReactTable

Type Alias: LegacyReactTable<TData>

ts
type LegacyReactTable<TData> = ReactTable<StockFeatures, TData, TableState<StockFeatures>> & object;

Defined in: useLegacyTable.ts:258

Legacy table instance type that includes the v8-style getState() method.

Type Declaration

getState()

ts
getState: () => TableState<StockFeatures>;

Returns the current table state.

Returns

TableState<StockFeatures>

Deprecated

In v9, access state directly via table.state or use table.store.state for the full state.

Type Parameters

TData

TData extends RowData

Deprecated

Use useTable with explicit state selection instead.