Actually, there is nothing more to it. Include the js and create the formset_factory and start using it in the template by iterating over it. In the view, post-POST, again iterate over the formsets. Bulk of the work is done by the js and you dont have to do much in django. There is a minor bug in the js which lets even one row in the UI to get deleted, but its not a show-stopper :)
Let me know if its still trouble and I shall write something up. On Tue, Apr 8, 2014 at 10:16 PM, Leandro Alves <[email protected]> wrote: > Hello Venkatraman, > > Yes.. I saw this one was well... and I want to try it.. but I'm still > learning about Formsets... > Would you have any basic simple foo example to share? :) > > Best, > > Leandro > > > > On Tuesday, April 8, 2014 2:48:15 AM UTC+2, Venkatraman.S. wrote: > >> Have you tried the jquery formset - works like a breeze for me. >> >> >> On Mon, Apr 7, 2014 at 10:43 PM, Leandro Alves <[email protected]> wrote: >> >>> Hi, >>> >>> I wonder if anyone knows of any example of django-dynamic-formsets [1] >>> that works with Django 1.6? >>> >>> So far all I found on the internet are over 3 years old and they don't >>> work with Django version 1.6. >>> >>> I am willing to pay for any example that works if necessary. :) >>> >>> Thanks in advance, >>> >>> Leandro >>> >>> >>> [1] - https://code.google.com/p/django-dynamic-formset/ >>> >>> -- >>> 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 [email protected]. >>> To post to this group, send email to [email protected]. >>> >>> 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/95dc89cb-cdd7-43c5-adca-da0a1aaf9573% >>> 40googlegroups.com<https://groups.google.com/d/msgid/django-users/95dc89cb-cdd7-43c5-adca-da0a1aaf9573%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > 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 [email protected]. > To post to this group, send email to [email protected]. > 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/5784f512-3a99-419e-8e06-1bfe5ef1ba55%40googlegroups.com<https://groups.google.com/d/msgid/django-users/5784f512-3a99-419e-8e06-1bfe5ef1ba55%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/CAN7tdFRJecrQLtOAtuDM%3DDw83Y3Sr9R_oeLS14q89BsvTvCUKg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

