For a list of all members of this type, see GridPaging members.
| Name | Description | |
|---|---|---|
![]() | DEFAULT_PAGE_COUNT_LIMIT | default number of pages, above which the rendering will switch from page links to a dropdown from which the end user can choose a page index |
![]() | DEFAULT_PAGE_SIZE | default page size |
![]() | DEFAULT_VISIBLE_PAGES | default number of visible pages |
![]() | PAGE_INDEX_KEY | key used to encode the current page index in the GET request |
![]() | PAGE_SIZE_KEY | key used to encode the current page size in the GET request |
![]() | RECORD_COUNT_KEY | property name in the response which holds the total number of pages in the data source on the backend |
View on GitHub