tables icon indicating copy to clipboard operation
tables copied to clipboard

Persistence of filtering, sorting and pagination values

Open germede opened this issue 2 years ago • 4 comments

After saving a table record, the page is automatically refreshed: all filtering, sorting and pagination configurations are lost. In order to find the last created / edited record the user has to filter, sort and paginate manually again.

It may be a solution to store those filtering, sorting, and pagination values on the URL as GET parameters, so:

  • the page can be refreshed after saving a record without limiting user experience.
  • one could theoretically store that URL as a "table view" or save it as a bookmark.

germede avatar Sep 12 '22 10:09 germede

Strongly agree on that. I did some editing on only 30 entries and it was frustrating.

GoOz avatar Oct 09 '22 19:10 GoOz

I bumped into this issue myself and strongly concur. Tangentially related is #35 which was pushed to the roadmap.

OSINT-Musings avatar Oct 19 '22 01:10 OSINT-Musings

Persistance of filtering is a much nedded function, on top of this one maybe a setting to change default sort ordering from "oldest to newest" to "newest to oldest" entries...

MageAtoru avatar Oct 21 '22 07:10 MageAtoru

Yes, this will come with the view feature. Stay tuned, 2023 will be great.

datenangebot avatar Nov 07 '22 18:11 datenangebot