[google-appengine] Re: One Page at a Time

2009-03-30 Thread ryan
On Mar 27, 6:03 pm, ben b...@benmcgee.com wrote: Of course, having my cake is simply not enough. :-) Is it possible to have user selectable sort order AND pagination? My guess is that things get quit a lot more complicated at this point... sure! we hope to eventually support this

[google-appengine] Re: One Page at a Time

2009-03-28 Thread niklas
Hello, GAE REST predefines pagination with sorting with no additional code needed. It only lacks a link or button named 'next'. It enables user selectable sort order and pagination from the http get query for the first 10 elements sorted by for example date modified:

[google-appengine] Re: One Page at a Time

2009-03-27 Thread djidjadji
http://code.google.com/appengine/articles/paging.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe

[google-appengine] Re: One Page at a Time

2009-03-27 Thread ben
Swt! Thank you! On Mar 27, 3:51 pm, djidjadji djidja...@gmail.com wrote: http://code.google.com/appengine/articles/paging.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post

[google-appengine] Re: One Page at a Time

2009-03-27 Thread ben
That is a great article. I learned alot! Of course, having my cake is simply not enough. :-) Is it possible to have user selectable sort order AND pagination? My guess is that things get quit a lot more complicated at this point... On Mar 27, 3:51 pm, djidjadji djidja...@gmail.com wrote: