mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 13:33:03 +00:00
[CST-9636] Provide possibility to paginate a full list of elements
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user