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

Table_Rows

Interface: Table_Rows<TFeatures, TData>

Defined in: core/rows/coreRowsFeature.types.ts:105

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Properties

getRow()

ts
getRow: (id, searchAll?) => Row<TFeatures, TData>;
getRow: (id, searchAll?) => Row<TFeatures, TData>;

Defined in: core/rows/coreRowsFeature.types.ts:113

Returns the row with the given ID.

Parameters

id

string

searchAll?

boolean

Returns

Row<TFeatures, TData>


getRowId()

ts
getRowId: (_, index, parent?) => string;
getRowId: (_, index, parent?) => string;

Defined in: core/rows/coreRowsFeature.types.ts:109

Parameters

_

TData

index

number

parent?

Row<TFeatures, TData>

Returns

string