Clear Filter URLs #2430
Closed
brandonzylstra
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
Uh oh!
There was an error while loading. Please reload this page.
-
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