mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Added param to hide pagination details
This commit is contained in:
@@ -84,6 +84,11 @@ export class PaginationComponent implements OnDestroy, OnInit {
|
||||
*/
|
||||
@Output() paginationChange: EventEmitter<any> = new EventEmitter<any>();
|
||||
|
||||
/**
|
||||
* Option for hiding the pagination detail
|
||||
*/
|
||||
@Input() public hidePaginationDetail = false;
|
||||
|
||||
/**
|
||||
* Option for hiding the gear
|
||||
*/
|
||||
|
Reference in New Issue
Block a user