This list is filled by the user, so it's safe to use client-side sorting.
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Andrea Neiman <abneiman@equinoxinitiative.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
<eg-grid
id-field="index"
- features="-sort,-multisort"
+ features="clientsort"
items-provider="gridDataProvider"
grid-controls="gridControls"
persist-key="circ.renew"
<eg-grid-field label="[% l('Balance Owed') %]"
path='mbts.balance_owed'></eg-grid-field>
- <eg-grid-field label="[% l('Barcode') %]" path="acp_barcode">
+ <eg-grid-field label="[% l('Barcode') %]" path="copy_barcode">
<!-- FIXME: ng-if / ng-disabled not working since the contents
are $interpolate'd and not $compile'd.
I want to hide / disable the href when there is no acp ID