I use https://github.com/elo80ka/django-dynamic-formset to add and delete rows from a formset.
The problem is that the add row and delete row buttons are automatically inserted weird places.
Can I place these buttons manually?
Or are there any other jquery libraries to add and delete rows in a formset dynamically?