I want to be able to copy and paste a URL and have the same dynamic filters on a table be persisted. Example workflow:
- User loads a table with a lot of rows
- User specifies filters on the table
- I know that I can persist a variable in the URL, but there is no way to apply those same filters on page load
I want to be able to create pre-filtered pages and send them, or have people send me their URLs and be able to see what they see in the table (and to be able to clear the filters and see all of the results).
Other discussion: Is it possible to set a table's filters and sort order with URL parameters?