Back to Table

table_getRowId

docs/reference/functions/table_getRowId.md

8.21.3728 B
Original Source

Function: table_getRowId()

ts
function table_getRowId<TFeatures, TData>(
   originalRow, 
   table, 
   index, 
   parent?): string;

Defined in: core/rows/coreRowsFeature.utils.ts:114

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Parameters

originalRow

TData

table

Table_Internal<TFeatures, TData>

index

number

parent?

Row<TFeatures, TData>

Returns

string