LP1904036 Bills list shows all bills; history grids larger by default
authorBill Erickson <berickxx@gmail.com>
Wed, 20 Apr 2022 20:09:22 +0000 (16:09 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:13:42 +0000 (20:13 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/src/eg2/src/app/staff/circ/patron/billing-history.component.html
Open-ILS/src/eg2/src/app/staff/circ/patron/bills.component.html

index a3f4998..2485775 100644 (file)
@@ -46,7 +46,7 @@
         </div>
       </div>
 
-      <eg-grid idlClass="mbt" #xactsGrid
+      <eg-grid idlClass="mbt" #xactsGrid [pageSize]="25"
         persistKey="circ.patron.billhistory_xacts"
         (onRowActivate)="showStatement($event)"
         [showDeclaredFieldsOnly]="true"
         </div>
       </div>
 
-      <eg-grid idlClass="mp" #paymentsGrid
+      <eg-grid idlClass="mp" #paymentsGrid  [pageSize]="25"
         persistKey="circ.patron.billhistory_payments"
         (onRowActivate)="showStatement($event, true)"
         [showDeclaredFieldsOnly]="true"
index 6fe61b1..9f3baf4 100644 (file)
 </ng-template>
 
 <eg-grid #billGrid idlClass="mbt" [dataSource]="gridDataSource"
-  persistKey="circ.patron.bills" [sortable]="true" 
+  persistKey="circ.patron.bills" [sortable]="true" [disablePaging]="true"
   (onRowActivate)="showStatement($event)"
   [cellClassCallback]="cellClassCallback"
   [reloadOnColumnChange]="true"