Filters from outside the table in Angular example

Tags: #<Tag:0x00007f8b240e2480>

Hello,

Is it possible to get an example of
https://handsontable.com/docs/column-filter/#filter-from-the-outside-the-table
In Angular instead of pure js?

Thanks

Hi @john.harrison

the helper object is not exposed for frameworks in modularization so the example would look a bit more different. But let us review that. I should be back with updates before the end of the weekday.

1 Like

Hi @john.harrison

I reviewed this example and, as @aleksandra_budnik mentioned, there are some things that would cause problems. It would need to be nearly completely rewritten for Angular. Can you please send us your license ID at support@handsontable.com?

1 Like

@john.harrison

In the meantime, I figured that this example that we recently done for React might be useful for you as a base:

https://jsfiddle.net/aszymanski/medh2ynp/

1 Like