-
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
[PivotGrid] Filtering Expressions #11786
Comments
@anserban If you change directly the filteringExpressionsTree, without the dimension's collection, nothing will change in the grid. I don’t think we have a method to change filter expressions runtime for the dimensions if that’s what you are looking for. Let me know if that's the case. |
Yes, I thought it could also be changed at runtime and wasn't sure. |
@anserban Let me know if those would help. |
We can try changing the pivot configuration for now and maybe, once we have a state object, we will be able to use it for setting multiple filtering expressions in one go. Adding a |
Question
We are trying to preserve the filtering expressions by getting the
filteringExpressionsTree
from the pivot (onfilteringDone
event) and save it in the browser's storage. After refresh, we set it back using the same property, but it doesn't seem to do the update.Could you please confirm if this should work or not by having a small sample/example for this particular scenario?
The text was updated successfully, but these errors were encountered: