core/data-grid/data-grid.model.ts
Describes an object with data source statistics.
Properties |
| currentPage |
currentPage:
|
Type : number
|
|
The number of the current page. |
| currentPageSize |
currentPageSize:
|
Type : number
|
|
The number of items currently shown in the list view, a.k.a. current page (what the user sees on screen). |
| filteredSize |
filteredSize:
|
Type : number
|
|
The number of items after filtering applied to the whole dataset (subset). |
| firstPageSize |
firstPageSize:
|
Type : number
|
|
The number of items on the first page. |
| nextPage |
nextPage:
|
Type : number
|
| Optional |
|
The number of the next page. |
| size |
size:
|
Type : number
|
|
The real grand total number of items (the whole dataset). |