Posted 17 September 2018, 11:49 am EST
Hi,
I have an external filter (say a global filter that searches through the entire row), that i would like to chain its filtered result set with the column filter and vise versa
For example,
- I have total 500 items
- I apply global filter and got 100 filtered items
- Now i would like to apply column filter on this 100 filtered items (not the entire set - i mean 500 items).
Same use case should be applied vise versa,
- Total 500 items
- Perform column filter and say get 50 filtered items
- Apply global filter for the 50 filtered items
Can someone help me to achieve this behavior on both AngularJS and Angular?
note: BTW wijmo is instantiated from the HTML like below
<wj-flex-grid ... >
<wj-flex-grid-filter #filter ></wj-flex-grid-filter>
</wj-flex-grid>
