Clear Filter URLs #2430
Closed
brandondrew
started this conversation in
Feature requests
Replies: 1 comment 1 reply
-
The first thing that comes to mind is to create a different route that redirects to what you need. You can use the helpers to encode/decode filter params. I can't remember exactly why we chode to encode those params, but maybe it was a bad decision. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking for a way to link to a filtered Avo UI showing just the employees who report to a specific supervisor. I would expect to use something like this:
https://example.com/tables/resources/employees?page=1&filter-employees-of=USER1234567
but instead the filters produce something like this:
https://example.com/tables/resources/employees?page=1&filters=eyJEaXJlY3RSZXBvcnRzRmlsdGVyIjoiNzQ5NTU4In0%3D
Is there any way to link to Avo and have the view filtered how my users need it?
Beta Was this translation helpful? Give feedback.
All reactions