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