LH#2
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
</a>
</ng-template>
<eg-grid-column path="invoice" i18n-label label="Invoice" [cellTemplate]="invTmpl" [filterable]="false" [sortable]="false"></eg-grid-column>
- <eg-grid-column path="po_id" i18n-label label="PO ID" [hidden]="true"></eg-grid-column>
- <eg-grid-column path="invoice_id" i18n-label label="Internal Invoice ID" [hidden]="true"></eg-grid-column>
+ <eg-grid-column path="po_id" i18n-label label="PO ID" [hidden]="true" [filterable]="false" [sortable]="false"></eg-grid-column>
+ <eg-grid-column path="invoice_id" i18n-label label="Internal Invoice ID" [hidden]="true" [filterable]="false" [sortable]="false"></eg-grid-column>
<eg-grid-column path="id" [hidden]="true"></eg-grid-column>
<eg-grid-column path="fund" [hidden]="true" [filterable]="false"></eg-grid-column>
</eg-grid>