-
Is there a way for pivot table to get the filter currently applied to a data grid on the client side
Hello,
Here is my use case: I have a data set displayed in a data grid, and also a pivot table showing some summary statistics on the data set in the data grid. I would like to enable users to subselect data in the data grid using column filtering, but I would also like the pivot table to update the summary statistics on just the data user selected with their filtering. I know this can be done via server side filtering, but is there also a way to achieve this on the client side?
Log in to reply.