how do i get active filters of whole data grid through api or actions
Hi @santhoshkumar vadivel ,
you have attached this question to some extension forge component, but you can get the answer by just using the DataGrid component itself.
To get the current filter, you can use the GetViewLayout client action. It gives you a JSON, containing the currently applied filter among other things.
Dorine