- Parameter(s):
- pagesize: An integer value indicates the number of results displaying in a page in the datagrid
- Description:
- This function changes the default pagination of the datagrid. The default is 20.
- Remark:
- Pagination is disabled when set_scroll() is set to true. See set_scroll() for more information.
Example
grid.set_pagesize(50)