From 59213d4beb80f3db5bb3432a54904f53d4383c94 Mon Sep 17 00:00:00 2001 From: Trannum Sharma Date: Thu, 8 Jun 2023 14:28:49 -0400 Subject: [PATCH] documentation for number of items per page --- docs/usage/data-visualizer/common/paging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/data-visualizer/common/paging.md b/docs/usage/data-visualizer/common/paging.md index a98a028..c292efc 100644 --- a/docs/usage/data-visualizer/common/paging.md +++ b/docs/usage/data-visualizer/common/paging.md @@ -3,7 +3,7 @@ The paging options are available for all data sources. | Setting | Description | Default value | | --------| ----------- |---------------| |**Show paging** | Hide or display the paging control. -|**Number of items per page** | Specify the number of items to show per page. Depending of the data source, this value will be handled automatically or manually. For instance, the SharePoint Search and SharePoint CAML will take care of this value automatically. However, the OData data source can use this value by usin the `{itemsCountPerPage}` token to build a dynamic query (ex: `$top={itemsCountPerPage}`). +|**Number of items per page** | Specify the number of items to show per page. The maximum limit is 500 items per page. Depending of the data source, this value will be handled automatically or manually. For instance, the SharePoint Search and SharePoint CAML will take care of this value automatically. However, the OData data source can use this value by usin the `{itemsCountPerPage}` token to build a dynamic query (ex: `$top={itemsCountPerPage}`). |**Number of pages to display in range** | Determines the number of pages to display in range. |**Hide navigation buttons (prev page, next page)** | Self explicit. |**Hide first/last navigation buttons** | Self explicit.