isDataRow
Function to check if passed row is a data row. There are 4 object types that can be displayed in : RowGroup, RowGroupFooter, ExpansionRow, and the actual data.
Presentation
function isDataRow (row: any): boolean;Returns
boolean -true if row is not RowGroup nor ExpansionRow
Parameters
| Name | Type | Description |
|---|---|---|
| row | any | object to check |

