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

Re: List with pagination, sorting and simple search interface

2007-07-25 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

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

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,

List with pagination, sorting and simple search interface

2007-07-23 Thread Pigletto
Hi! I need to implement list (grid) with pagination, sorting and simple search interface. I've looked at djangosnippets, generic list etc, but so far I didn't find something that has all of these things. So my question is if there are any ready components that allows to simply create such form