I have a declarative grid inside a template and I'd like to allow the columns to be filterable, but with filterable.extra set to 'false'. Is this possible?
Here's a JSBin example
I've tried every variation of data-filterable-extra="true" / data-filterableextra="true" / data-filterableExtra="true" / etc...
Ideally, I'd only have the input box and assume that the search method is 'contains'.
Note that this lives within a template, and that I need to loop through an array to get the values, so my implementation actually looks more like this.
Here's a JSBin example
I've tried every variation of data-filterable-extra="true" / data-filterableextra="true" / data-filterableExtra="true" / etc...
Ideally, I'd only have the input box and assume that the search method is 'contains'.
Note that this lives within a template, and that I need to loop through an array to get the values, so my implementation actually looks more like this.