app-generator / django-admin-volt

Django Admin Volt - Free template for Django Admin Interface | AppSeed
https://pypi.org/project/django-admin-volt/
MIT License
140 stars 33 forks source link

list_editable fields missing save button without pagination #15

Open rvandernoort opened 1 year ago

rvandernoort commented 1 year ago

Hi there I was using this template for a small side project and stumbled on a problem.

I want to have an editable field in the admin change_list view for a custom model, but the save button only appears when the list is paginated. Could this be extracted to be also included without the paginator since this model has very few entries. I now have to set the list_per_page limit to 1 to ensure I can save it and then I can press the show all button in order to work as intended.