LP1835982 Grid cell print values option user/berick/lp1835982-grid-csv-template-fields
authorBill Erickson <berickxx@gmail.com>
Tue, 16 Jul 2019 16:10:36 +0000 (12:10 -0400)
committerBill Erickson <berickxx@gmail.com>
Tue, 16 Jul 2019 16:10:38 +0000 (12:10 -0400)
commit2a1393d0ce967c6f20fa4a258ff8f5fd6eb05025
tree69285663037c285ccead421d4e774f296666b18c
parentbd51ae1f99c30fb188877d2ae187276f71af6f8f
LP1835982 Grid cell print values option

Allow grid callers to implement functions that return plain text
(printable) values for a given cell.  These are primarily useful when a
cell is rendered via cellTemplate, which may not produce content which
is ideal for printing.

Includes sample implementation for the Angular record detail copies
grid, which uses several cellTemplate cells.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/share/grid/grid-column.component.ts
Open-ILS/src/eg2/src/app/share/grid/grid.ts
Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.html
Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.ts