core/data-grid/data-grid.model.ts
Describes an item in the row.
Properties |
|
[key: string]:
|
Any item property. |
childrenStats |
childrenStats:
|
Type : DataSourceStats
|
Optional |
Pagination stats for child elements |
hasChildren |
hasChildren:
|
Type : boolean
|
Optional |
If the row has child nodes in a tree grid |
id |
id:
|
Type : string
|
The unique identifier of the item. |
pagination |
pagination:
|
Type : Pagination
|
Optional |
Pagination settings for loading child rows |
parentRow |
parentRow:
|
Type : Row
|
Optional |
The parent row in case of a tree grid |