How to capture values after applying column filter in data grid 2?

0
i have a data grid 2, the data source of which is over an association over a NPE. I have column filters in each column of the table. Now, i want to capture the values of the table after applying any column filter. The in-built filters offer no such functionality. Is there any way to do so?
asked
1 answers
0

Hi Pranav,

You have make your own custom filters. Please refer below article.

https://medium.com/@mohammad.saqib_1262/part-1-unlocking-the-power-of-custom-filters-for-data-management-cd4f62b2e209

 

answered