Sology / smart_listing

Ruby on Rails data listing gem with built-in sorting, filtering and in-place editing.
http://showcase.sology.eu/smart_listing
MIT License
478 stars 138 forks source link

Browser History #76

Open dudo opened 8 years ago

dudo commented 8 years ago

Has there been any desire to keep track of all the AJAX calls when browsing the list? Specifically, when leaving the list (clicking into one of the rows, presumably) and then clicking the back button... your pagination, filtering, and sorting are gone.

Any thoughts for a graceful solution to this?

AnthonyDeSimone commented 8 years ago

+1

dudo commented 8 years ago

Any love on the back button here? Any thoughts from anyone else implementing this?

alexung commented 8 years ago

+1

ljachymczyk commented 7 years ago

Do you mean sth like keeping the state of the list in session?

jpdelorenzo commented 5 years ago

+1

mishuagopian commented 4 years ago

Did anyone solve this? I'd love to achieve that behaviour!