Re: Django Grids - Display grids/tables

2015-08-05 Thread ADEWALE ADISA
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 wr

Re: Django Grids - Display grids/tables

2015-08-05 Thread C. Kirby
Nothing django specific - just use an html table. That is what they are made for, tabular data. On Wednesday, August 5, 2015 at 8:22:21 AM UTC-5, Sayth Renshaw wrote: > > Hi > > Wanting some advice on which packages you use with django to display your > data to your users in grids, so think spo

Django Grids - Display grids/tables

2015-08-05 Thread Sayth Renshaw
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 simi