From 6eec4858914bfa2eee4f59f2698cb37d224798ee Mon Sep 17 00:00:00 2001 From: Francesco Corti Date: Thu, 2 May 2019 11:13:28 +0200 Subject: [PATCH] [ADF-4429] Process List Cloud - Remove the pagination parameters. (#4682) --- .../components/process-list-cloud.component.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/process-services-cloud/components/process-list-cloud.component.md b/docs/process-services-cloud/components/process-list-cloud.component.md index 478daa2f00..07036c0723 100644 --- a/docs/process-services-cloud/components/process-list-cloud.component.md +++ b/docs/process-services-cloud/components/process-list-cloud.component.md @@ -172,9 +172,7 @@ The Process Instance List also supports pagination: ```html ``` +The configuration related to the pagination can be changed from the `app.config.json`, as described in the example below: + +```json +"pagination": { + "size": 20, + "supportedPageSizes": [ 5, 10, 15, 20 ] +}, + +``` + ## See also - [Data column component](../../core/components/data-column.component.md)