Re: Is there a HTML table widget for Django?

2007-12-19 Thread Joel Bernstein
I've always wanted a widget like that to replace the current many-to- many selection widgets with a simple list of checkboxes. On Dec 19, 10:15 am, Jonathan Buchanan <[EMAIL PROTECTED]> wrote: > shabda wrote: > > Is there a widget which can generate HTML tables from within django? > > > My requir

Re: Is there a HTML table widget for Django?

2007-12-19 Thread Jonathan Buchanan
shabda wrote: > Is there a widget which can generate HTML tables from within django? > > My requirement is that I have a list of ModelObjects. Now I want to > provide a UI where user can select a number of the ModelObjects, and > then press the delte button to delte them or take a action on all o

Is there a HTML table widget for Django?

2007-12-19 Thread shabda
Is there a widget which can generate HTML tables from within django? My requirement is that I have a list of ModelObjects. Now I want to provide a UI where user can select a number of the ModelObjects, and then press the delte button to delte them or take a action on all of them. What I am doing