Description of currently selected Rows in AdapTable

TypeScript
export interface

Properties

PropertyDescription
gridRowsArray 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>[]