Getting Started
Usages
Columns
API References
ngx-panemu-table / Function

isDataRow

Function to check if passed row is a data row. There are 4 object types that can be displayed in PanemuTableComponent: RowGroup, RowGroupFooter, ExpansionRow, and the actual data.

Presentation

function isDataRow(row: any): boolean;

Parameters

NameTypeDescription
row
any

object to check