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)