Re: List with pagination, sorting and simple search interface

2007-08-09 Thread Mary
Hi Pigletto; Is there a way that i can see the code you have implemented it will be great to help me Thank you in advance; On Jul 24, 11:27 pm, Przemek Gawronski <[EMAIL PROTECTED]> wrote: > > Thanks. Finally I've used PaginatorPag from your link (with some > > changes) and > > Sortable Headers

Re: List with pagination, sorting and simple search interface

2007-07-24 Thread Przemek Gawronski
> Thanks. Finally I've used PaginatorPag from your link (with some > changes) and > Sortable Headers (from djangosnippets) with some changes too, newforms > to create search form and generic list. > Changes I had to do were necessary because each of those components - > sort, filter and pagination

Re: List with pagination, sorting and simple search interface

2007-07-24 Thread Pigletto
> I don't think there are pre-made components that will provide you with > all of those things, and being somewhat new to django I can only point > you to one bit of documentation and code that I found helpful for > pagination: > > http://code.djangoproject.com/wiki/PaginatorTag Thanks. Finally I'

Re: List with pagination, sorting and simple search interface

2007-07-23 Thread Sydney Weidman
I don't think there are pre-made components that will provide you with all of those things, and being somewhat new to django I can only point you to one bit of documentation and code that I found helpful for pagination: http://code.djangoproject.com/wiki/PaginatorTag Regards, Syd On Jul 23, 7:3