Django Grids - Display grids/tables

440 views
Skip to first unread message

Sayth Renshaw

unread,
Aug 5, 2015, 9:22:21 AM8/5/15
to Django users
Hi

Wanting some advice on which packages  you use with django to display your data to your users in grids, so think sports data 17 rows 10 columns x2 for both teams. Looking in the packages here https://www.djangopackages.com/grids/ .

What advice can you give me if you have done something similar? I am going to be using mongo as the data store if this would influence your advice as well.

thanks

Sayth

C. Kirby

unread,
Aug 5, 2015, 10:53:03 AM8/5/15
to Django users
Nothing django specific - just use an html table. That is what they are made for, tabular data.

ADEWALE ADISA

unread,
Aug 5, 2015, 1:55:13 PM8/5/15
to django...@googlegroups.com

With div element and CSS, you can create awesome grid. Better still use bootstrap.
Just return your data from django, then iterate over them and display them. You can use django template or if u are not comfortable with template, return your data as json, collect with ajax, use js to iterate and wrapped with HTML/css

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/12632d80-1123-4b5c-8c2e-46011f0e91fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages