SelectedRowInfo
Description of currently selected Rows in AdapTable
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| gridRows | Array of Grid Rows containing full information about a row in AdapTable |
Property Details
gridRows
Array of Grid Rows containing full information about a row in AdapTable
TypeScript
gridRows: GridRow<TData>[];Property Value
GridRow<TData>[]