blasferna / django-crispy-formset-modal

📝 A Django app for managing formsets with modals using Django Crispy Forms.
https://blasferna.github.io/django-crispy-formset-modal/
MIT License
13 stars 2 forks source link

Refresh all formsets #15

Closed blasferna closed 7 months ago

blasferna commented 7 months ago

Useful when you are using htmx and you want to recreate all formsets after a swap.

if (typeof window.crispyFormsetModal !== "undefined") {
    window.crispyFormsetModal.refresh();
}