mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4429] Process List Cloud - Remove the pagination parameters. (#4682)
This commit is contained in:
committed by
Eugenio Romano
parent
3afd2b24fc
commit
6eec485891
@@ -172,9 +172,7 @@ The Process Instance List also supports pagination:
|
||||
|
||||
```html
|
||||
<adf-cloud-process-list
|
||||
[appId]="'1'"
|
||||
[page]="page"
|
||||
[size]="size"
|
||||
[appName]="'myApp'"
|
||||
#processList>
|
||||
</adf-cloud-process-list>
|
||||
<adf-pagination
|
||||
@@ -185,6 +183,16 @@ The Process Instance List also supports pagination:
|
||||
</adf-pagination>
|
||||
```
|
||||
|
||||
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)
|
||||
|
Reference in New Issue
Block a user