Filter Canvas Active Form

Is there something in the active form directive that facilities filters/searches like the table example in the samples?

Or would I need to write my own angular custom filter on the ng-model produced by the active form directive?

Cheers,

Jack

Hi @jtuckerman,

You would need to write a angular filter.

Thanks Tim, I’m assuming angulars out of the box filters would object to the spaces in the dimension name properties in the ng-model?

Has anyone else done anything like this thus far out of interest?

Jack

You can use a function instead, I normally find that is the best way.