-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[RFR] Ensure List Data Update when Default Filters Change #3308
Conversation
@tarnowsc Thanks for trying to fix this issue 👍 While reviewing your pull request, I noticed opportunities to simplify our code and fix the issue which is why I created another pr. |
Hi, any progress on that pull request? Could you tell me when do you plan to release a new version with that fix? Thanks! |
Hi guys, thanks for looking into this reported issue. This functionality became very important for our project. Is there any chance this PR might get merged soon? I've been trying to find a workaround with no success. Thank you! |
We also had a problem with that permanent filter in our project. In our case, we added a key property for a List component. That helped :) This {props.filter.customFilter} came from react-router Route component. Good luck :) |
Great! Thanks a lot! Thanks to you @agnsier also, for your suggestion. |
Please not it has not been released yet though and won't be before a few weeks |
Fix #3132
Supersedes #3251