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

Expose a method `addRow` to add a formset with some initial data #142

Closed lalitpatel closed 1 year ago

lalitpatel commented 7 years ago

This PR adds a functionality to expose a api to create a new formset row with some initial data to be filled in the form.

@elo80ka

juliocarrera commented 5 years ago

@lalitpatel Do you have an example of how to use it?

lalitpatel commented 4 years ago
  1. Added values manually to first row image
  2. Added a new Row with pre filled values from right sidebar image