Hello Team,
We created 3 filters for our grid. Department, Roles and Program. In normal mode all filters are working but in pivot mode filters not showing correct result.
For Your Testing we created a plnkr.
Plnkr URL: (In not loading click on refresh icon)
https://next.plnkr.co/edit/JsxFx9O6S7GqdCEI1. Roles filter is multi select filter
2. On select department filter we initialize Program and Roles filter. And showing records only for selected department and if any filter applied on Program and role we removed the filter from both the filters.
3. On select program initializing Roles filter. Showing result according to Department filter and Program filter and if filter is applied on roles we removed filter for role.
In Normal grid mode all filters are working fine.
In Pivot mode if we select role multi select filter and try to use department filter. Filter is not showing correct result.
For Checking the issue follow below:
1. On load all the records loading in the grid
2. Selecting Parks from department filter showing records only for department park and initialize roles filter according to filter records.
3. Now select role from role filter will show the correct result
4. Now selecting All department from department filter will show correct result in the normal mode but in Pivot mode result not showing correctly. Also, In Pivot mode department filter not behave correctly.
Please check and give your feedback.