JavaScript/jQuery TreeList - paging
Type:
Paging allows the widget to render rows by pages instead of rendering them simultaneously. To enable paging, set the paging.enabled option to true.
Users can switch between pages and change paging settings using the pager or they can scroll the pages. Paging settings apply with any scrolling mode.
See Also
pageSize
NOTE
The page size determines how many rows the widget loads at a time. All the loaded rows are rendered. If this reduces the widget's speed, set the rowRenderingMode to "virtual" to render only the rows in the viewport. Alternatively, you can decrease the page size.
See Also
Feedback