I'm a fan of django_tables2. You have to write the CSS yourself if you
want anything special, but I'm ok with that. It does a good job of
handling server side pagination and sorting as well as custom column
renderers. It also ties in pretty well with Django models if you need
that kind of thing.

On Aug 10, 1:52 pm, Adam Zedan <zedan...@gmail.com> wrote:
> Hi i wanted to know what do most people here do when they need to show
> results in a template which just needs to be displayed in Table.
> For example displaying data from a db etc in a template. I did try an app
> called django_tables2 but it just seems really simple with respect to
> presentation.
> I tried loading the CSS version 'paleblue' of that app but it doesnt work ?
> if someone has already tried that please do let me know ?? What do people do
> in case they need to display data,allow rearrangement of data etc.Are there
> any other apps...looking forward to hearing from you folks....

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to