> 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'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 should
know about others parameters, eg. while sorting you shouldn't lost
filter parameters etc.


--
Pigletto


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to