django-jazzmin icon indicating copy to clipboard operation
django-jazzmin copied to clipboard

Option to move Actions toolbar to the bottom (or top)

Open iwalucas opened this issue 3 years ago • 4 comments

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.

iwalucas avatar Apr 24 '21 13:04 iwalucas

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 avatar Apr 24 '21 15:04 farridav

@farridav This affects the change_list only, not the change_form

iwalucas avatar Apr 25 '21 10:04 iwalucas

@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 :)

vkuzmov avatar Feb 08 '22 13:02 vkuzmov

I'll take a look at this tonight, this seems like a really useful feature..

farridav avatar Feb 08 '22 14:02 farridav