Jorge Godoy wrote:
> "Randall" <[EMAIL PROTECTED]> writes:
>
> > Yea, you're right.  Multiple windows or tabs of the same browser use
> > the same session.
>
> So this is a problem on your implementation using sessions :-(  Too bad...  I
> was liking the idea...
>
> > It works like the current implementation, but remembers previous sorts.
> >  So if I sort by age, then again by name, the data will be sorted by
> > age then name.  The current implementation sorts all data and goes to
> > page one, which seems like reasonable behaviour to me.  So from your
> > example, it would show records 1-10.  It's a minor change.  Do you find
> > it would be better to sort only the currently viewed set?  Maybe both
> > would be good.
>
> Having both would be good.  I don't know which one is better, it depends on
> the application and what users expect from it.
>

The current implementation uses the most prevalent approach from what
I've seen.  The change I'm proposing will go unnoticed by most users,
but is quite nice when needed.  For an example, look at this grid on a
website I built (non-TG).


http://starkvegas.com/real_estate/?_action_quickSearch=all&search_type=1

If you click on Price, then Rooms, the listings are sorted by rooms
then price.  If you don't require the feature, it doesn't have any
negative impact.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to