Posted 12 August 2021, 3:27 am EST - Updated 3 October 2022, 12:48 pm EST
Flex Grid Filter Issues
Posted by: umair.farooqi on 12 August 2021, 3:27 am EST
-
-
Posted 15 August 2021, 11:35 pm EST
Hi,
As per my understanding, you want to get the number of filtered rows, is that the case you can get that by subtracting the visible rows from the total number of rows .i.e. the collectionView’s sourceCollection array contains the total number of items(showed as rows) and the collectionView’s item array contains the visible rows items.
You may refer to the sample link below for a demonstration:
https://stackblitz.com/edit/js-vwyeyv
Let us know if you have any other requirements.
Regards
Ashwin