Odp: Re: Constructing / rendering a complex

2011-08-04 Thread Slafs
Hi! Maybe You should take a look at http://pypi.python.org/pypi/django-tables2 Cheers -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/pbnH5vggj40J. To

Re: Constructing / rendering a complex

2011-08-03 Thread sebastien piquemal
Hi ! I have written this small library a while ago : http://code.google.com/p/django-cube/ . It is not exactly what you are looking for, but one of the aim is indeed easy generation of html tables. I don't know if it can be of any help to you, but you could check how the template tag is written

Re: Constructing / rendering a complex

2011-08-03 Thread Michał Sawicz
Dnia 2011-08-03, śro o godzinie 10:34 +1000, Sam Walters pisze: > Hi i dont see what is complex about this. --8<-- > The view 'rendering' as much as possible. So i assume you would rather > have an initial template rendered. then perhaps have views that > deliver data via JSON or something?

Re: Constructing / rendering a complex

2011-08-02 Thread Sam Walters
Hi i dont see what is complex about this. On Wed, Aug 3, 2011 at 6:35 AM, Michał Sawicz <mic...@sawicz.net> wrote: > Hi all, > > I'd like to pick your brainz about how would you approach constructing > and rendering a complex table with headers, row/colspanning cells in

Constructing / rendering a complex

2011-08-02 Thread Michał Sawicz
Hi all, I'd like to pick your brainz about how would you approach constructing and rendering a complex table with headers, row/colspanning cells in a most clean way that rids the view of rendering as much as possible. Here's roughly what I'm after (incomplete, but you should see what I mean