Closed
Description
Description:
I would like to know how to hide the filter panel by default at the server and user levels in Apache Superset.
I am aware that this can be done at the dashboard level using URL parameters, but I need a solution that applies globally or per user. For example, http://localhost:8088/superset/dashboard/my-dashboard/?expand_filters=0
Could you provide guidance on available configurations or necessary modifications?
Environment:
- Superset version: 4.1.1
- Deployment method: Docker
Expected Behavior:
- The filter panel should be hidden by default without requiring URL modifications.
Actual Behavior:
- Currently, the panel is visible unless explicitly hidden via URL parameters.
Steps to Reproduce:
- Open a dashboard in Superset.
- Observe that the filter panel is visible by default.
Any insights or workarounds would be appreciated!