-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting only one sort and one filter event after changing the state of grid using setState function #8064
Comments
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
Everytime I change the state of a grid using setState function I get as many filter and sort events as the total number of columns of that grid. This becomes a huge problem when I use remote data fetching strategies, where my back-end receives so many unnecessary data fetching requests.
I would like to have only one sort and one filter event fired after changing the state, which should contain all the sort and filter parameters a state had at the time of saving.
The text was updated successfully, but these errors were encountered: