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 of > them. What I am doing is that in my template I have <table> and > <form> and I check the data in my view post handler. THe problem with > this is that I am not able to use the django newforms. Any way I can > do this?
I use this with MultipleChoiceField: http://www.djangosnippets.org/snippets/518/ Regards, Jonathan. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---