Open anonymousti opened 1 year ago
Hi @anonymousti. I've not used admin-sortable2
before, but you can order inlines
using jazzmin_section_order
Hello! I know it's late, but I'll leave this here.
First, make sure you've added adminsortable2 to your INSTALLED_APPS.
And also, very IMPORTANT: Jazzmin does not work with adminsortable when you are using a custom template. Try removing the following line from your Admin class:
change_list_template = 'admin/product/change_list.html'
As well as any other similar lines like editable, sortable, and everything will work!
When using Jazzmin with admin-sortable2 I'm not able to drag and drop the cards. I was wondering if someone had the same issue and if there is a way to fix it or any kind of alternative to have the inline sortable.