mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
41914: implemented sort for pagination
This commit is contained in:
@@ -71,6 +71,17 @@ export class PaginationComponent implements OnDestroy, OnInit {
|
||||
*/
|
||||
@Output() sortFieldChange: EventEmitter<string> = new EventEmitter<string>();
|
||||
|
||||
|
||||
/**
|
||||
* Option for hiding the gear
|
||||
*/
|
||||
@Input() public hideGear: boolean = false;
|
||||
|
||||
/**
|
||||
* Option for hiding the pager when there is less than 2 pages
|
||||
*/
|
||||
@Input() public hidePagerWhenSinglePage: boolean = true;
|
||||
|
||||
/**
|
||||
* Current page.
|
||||
*/
|
||||
@@ -127,9 +138,6 @@ export class PaginationComponent implements OnDestroy, OnInit {
|
||||
*/
|
||||
public paginationControls;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* Subscriber to observable.
|
||||
|
Reference in New Issue
Block a user