mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
107873: Remove pagination gear
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
<ds-pagination *ngIf="processesRD?.payload?.totalElements > 0"
|
||||
[paginationOptions]="(paginationOptions$ | async)"
|
||||
[collectionSize]="processesRD?.payload?.totalElements"
|
||||
[retainScrollPosition]="true">
|
||||
[retainScrollPosition]="true"
|
||||
[hideGear]="true">
|
||||
|
||||
<div class="table-responsive mt-1">
|
||||
<table class="table table-striped table-hover">
|
||||
|
Reference in New Issue
Block a user