[CST-9636] Provide possibility to paginate a full list of elements

This commit is contained in:
Giuseppe Digilio
2023-05-10 13:08:08 +02:00
parent 581ed432f9
commit 3924a82048
5 changed files with 57 additions and 21 deletions

View File

@@ -76,6 +76,11 @@ export class ObjectListComponent {
*/
@Input() importConfig: { buttonLabel: string };
/**
* If true the object list provided needs to be paginated using the `paginate` pipe
*/
@Input() listToPaginate = false;
/**
* Whether or not the pagination should be rendered as simple previous and next buttons instead of the normal pagination
*/