Adds an autofilter on the active column.
Signed-off-by: Tiffany Little <tlittle@georgialibraries.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Mary Llewellyn <mllewell@biblio.org>
<eg-grid-column path="owner"></eg-grid-column>
<eg-grid-column path="code"></eg-grid-column>
<eg-grid-column path="currency_type"></eg-grid-column>
- <eg-grid-column path="active"></eg-grid-column>
+ <eg-grid-column path="active" [initialFilterValue]="'t'"></eg-grid-column>
<eg-grid-column path="balance" datatype="money" [filterable]="false" [sortable]="false"
i18n-label label="Balance"></eg-grid-column>
<eg-grid-column path="total_credits" datatype="money" [filterable]="false" [sortable]="false"