ucdavis / payments

Accept and process credit card payments on campus
MIT License
2 stars 3 forks source link

Maintaining view/page of invoice table when clicking the "back" button #332

Open srkirkland opened 2 years ago

srkirkland commented 2 years ago

2) Maintaining view/page of invoice table when clicking the "back" button on the browser. For example, if I'm on page 12 of my invoice table, and I click an invoice, but then click, "back" to get back to the invoice table, I'm taken back to page 1, with certain settings (table # of entries, table sorting) reset to the default view. The suggestion is that when users click a button that takes them away from this table view, it would be nice if they returned to the same view/page when they click "back" on their browser. I shared the workaround that I currently use, which is to "open in a new tab" any time I click through to a single invoice item on the table so that my view/page is always maintained in my main tab.