django-jazzmin
django-jazzmin copied to clipboard
Option to move Actions toolbar to the bottom (or top)
Would it be possible to add an option to move the Actions toolbar to the bottom or the top? This way we have more room when dealing with large tabular inline.
This should be achievable using
The actions_on_top / actions_on_bottom modeladmin properties, see: https://docs.djangoproject.com/en/3.1/ref/contrib/admin/#django.contrib.admin.ModelAdmin.actions
Hopefully that helps
@farridav This affects the change_list only, not the change_form
@farridav did you managed to fix that? I'm having the same issue here. When in change form layout, the actions sidebar take too much of the screen and would like to drop them at the bottom.
Would be happy if you like to share the workaround :)
I'll take a look at this tonight, this seems like a really useful feature..