Skip to content

A jQuery plugin that allows you dynamically add new forms to a rendered django formset.

License

Notifications You must be signed in to change notification settings

wearespindle/django-formset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a fork of the django-dynamic-formset library. Django formsets helps you create more usable formsets by allowing clients to add and remove forms from within the browser using Javascript. This fork adds:

  • installation from npm
  • Added beforeAdd callback
  • Added beforeDelete callback
  • Made remove links not tabbable

installation

npm install django-formset@latest

About

A jQuery plugin that allows you dynamically add new forms to a rendered django formset.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.7%
  • CSS 3.4%
  • HTML 1.9%