(Search API provides no way of doing it, and as a virtual field,
it would be a bit challenging to make it searchable.)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
</eg-grid-toolbar-action>
<eg-grid-column path="name" [cellTemplate]="nameTmpl"></eg-grid-column>
- <eg-grid-column path="entry_count"></eg-grid-column>
+ <eg-grid-column path="entry_count" [filterable]="false"></eg-grid-column>
<eg-grid-column path="id" [hidden]="true"></eg-grid-column>
<eg-grid-column path="creator" [hidden]="true"></eg-grid-column>