Restore eg-grid print template
authorStephanie Leary <stephanie.leary@equinoxoli.org>
Thu, 23 Mar 2023 21:36:36 +0000 (21:36 +0000)
committerStephanie Leary <stephanie.leary@equinoxoli.org>
Thu, 23 Mar 2023 21:36:36 +0000 (21:36 +0000)
Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Open-ILS/src/eg2/src/app/share/grid/grid.component.html

index 7f7898e..2f042d3 100644 (file)
@@ -1,4 +1,8 @@
 <div class="eg-grid-wrapper" role="region" aria-labelledby="eg-grid-caption" tabindex="0">
+  
+  <eg-grid-print #gridPrinter [gridContext]="context">
+  </eg-grid-print>
+
   <eg-grid-toolbar #toolbar
     [gridContext]="context"
     [disableSaveSettings]="!persistKey || ('disabled' === persistKey)">
 </ng-template>
 
 <table class="eg-grid eg-grid-table table" role="table">
-  
-  <!-- eg-grid-column-width -->
-
-  <!-- eg-grid-print -->
-
     <caption id="eg-grid-caption">
     <ng-container *ngIf="dataSource.data.length === 0">
       <ng-container *ngIf="dataSource.requestingData">