Will be nice to have an option to save filter selection in session #1251
dgillier
started this conversation in
Feature Requests
Replies: 2 comments 12 replies
-
Can you give me a tighter example.
Are you using the same filter name across multiple tables?
Are you using the same tableName attribute on each component?
Once I can find the problem, more than happy to fix it.
I was considering (optional) browser side filter caching for v3, so you come back and it's exactly how you left it.
In the interim, the filter statuses etc are all stored in the attribute for the table name, so you can relatively easily push/pull from that on mount.
|
Beta Was this translation helpful? Give feedback.
8 replies
-
It crossed my mind that you could actually do this within your table component if you have a pressing need by reading/writing from the variable that the filter values are stored in:
Not ideal, but will probably do for the interim while we finish off v3. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m having multiple filters on multiple tables in multiple pages, and in most case I’m loosing my filter selection passed by url after some navigations.
So I’m wondering if having a table option to save filters selection in session will be possible ?
Thanks,
Denis
Beta Was this translation helpful? Give feedback.
All reactions