For example, if I have a paginated data set of 5000 records and I'm on
page 96 and I'm ordering by "Last Name". If I click a record in that
list and do a few tasks, what would work best to bring me back to page
96 with the Last Name order set?
Right now I'm passing :page => params[:page], :search =>
params[:search] throughout links that connect various pages but it
seems like there could be a better solution. Sorry if this is beyond
the scope of the mailing list, just curious if anyone has had any
similar problems/solutions.
Thanks!
@mwilliams