You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you were expecting:
When in a ListView, I add a filter which using ReferenceInput and SelectInput, then click a field to sort the result set, the selected filter value should be kept.
What happened instead:
When I add a filter, then click a field to sort to refresh result set, the selected filter will disappear.
What you were expecting:
When in a ListView, I add a filter which using ReferenceInput and SelectInput, then click a field to sort the result set, the selected filter value should be kept.
What happened instead:
When I add a filter, then click a field to sort to refresh result set, the selected filter will disappear.
E.g.
the filtering request url is
http://localhost:8000/api/tables/?database=1&ordering=-last_modified_at&page=1&page_size=10
when I clicked any field, the url get changed into
http://localhost:8000/api/tables/?ordering=-name&page=1&page_size=10
the "database=1" part is lost, Filter form becomes blanked too.
The text was updated successfully, but these errors were encountered: