unfoldadmin / django-unfold

Modern Django admin theme for seamless interface development

Home Page:https://unfoldadmin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fixed filter in UI

aasimmk opened this issue · comments

First of all, many thanks for making this theme. This is so far the best theme I have seen for Django admin.

Issue:
Is there a way to make filter on sidebar fixed in UI instead "click and reveal" behaviour?

I use it frequently, and clicking and selecting multiple filters can be annoying. It becomes useful when you have more fields to display on the admin list page. You can move boolean fields to the sidebar for quick filtering instead of displaying them in the list.

I know what you mean, I was already thinking about it. This task would require big template (UI & code) overhaul and introduction of new flag in ModelAdmin to switch between different layouts.