core/data-grid/data-grid.model.ts
Describes a data source modifier for requesting server data.
Properties |
|
columns |
columns:
|
Type : Column[]
|
The list of columns. |
pagination |
pagination:
|
Type : Pagination
|
Pagination object. |
parentRow |
parentRow:
|
Type : Row
|
Optional |
The parent row in case of a tree grid |
searchText |
searchText:
|
Type : string
|
Text to search. |
selection |
selection:
|
Type : literal type
|
Selection info object. |