05-25-2010, 10:14 AM
[eluser]WanWizard[/eluser]
I store sort fields, sort order, filter and pagination values in the session (in an array with a "screen_id" as index so I can store it for multiple screens), so I don't have to pass them in the URL, and they are retained when the user revisits the page later in the session.
I store sort fields, sort order, filter and pagination values in the session (in an array with a "screen_id" as index so I can store it for multiple screens), so I don't have to pass them in the URL, and they are retained when the user revisits the page later in the session.