spotty-amberS
Refine3y ago
6 replies
spotty-amber

How to navigate to a list page with filter parameters?

I want to navigate to a list page using a filter parameters from where I came on the edit page. After I edit a data I will be redirected to a list page with the default filters, but if there is a way to navigate back with the same filters settings it would be nice.

For example I go to edit page from the list page as

http://localhost:3000/schedules/lists?pageSize=10&current=1&sorter[0][field]=id&sorter[0][order]=desc&filters[0][field]=date&filters[0][operator]=eq&filters[0][value]=2023-02-26


And once I complete the edit and save the form I will be redirected to

http://localhost:3000/schedules/lists?pageSize=10&current=1&sorter[0][field]=id&sorter[0][order]=desc&filters[0][field]=date&filters[0][operator]=eq&filters[0][value]=2023-02-27
Was this page helpful?