Is it possible to set a table's filters and sort order with URL parameters?

Thanks, Justin.

I just posted a feature request for this here: Make filters on tables read/write. If I can persist the filters in the URL, why can’t I use the values in the URL to update a table on page load? Feels like a missing feature.

The whole point of a filter is that you don’t have to do filtering in the original query, and you can always clear the filters to see all of the results. Right?