elo80ka / django-dynamic-formset

A jQuery plugin that allows you dynamically add new forms to a rendered django formset.
677 stars 311 forks source link

New feature: allow adding of multiple rows by clicking on a specified button #157

Open alejandrozf opened 5 years ago

alejandrozf commented 5 years ago

With the new option 'addMultRows' you can specify a button to add, in one click, a number of rows and also a function with data to associate it to each row as a 'data' attribute. Also it allows to declare a callback function to be executed when all multiple rows has been created