dosubot[bot] commented on issue #32590: URL: https://github.com/apache/superset/issues/32590#issuecomment-2713857394
<!-- Greeting --> Hey @vddavydova! I'm here to help you with any bugs, questions, or contributions. Let's tackle this together! <!-- Answer --> To hide the filter panel by default at the server level in Apache Superset, you can modify the configuration setting in the `superset/config.py` file. Set the `"DATAPANEL_CLOSED_BY_DEFAULT"` option to `True`. This change will apply globally and hide the filter panel by default without requiring URL modifications <sup>[[1]](https://github.com/apache/superset/blob/89b6d7fb681ed69644c5c5e1a0201209d82518f7/superset/config.py#L529-L561)</sup>. For user-specific settings, there isn't a direct configuration option available in the repository that allows for customizing the default visibility of UI components like the filter panel. However, you can explore using the `ExtensionsRegistry` to create custom extensions that might achieve this, although specific guidance on implementing such a feature isn't available in the current documentation <sup>[[2]](https://github.com/apache/superset/blob/master/superset-frontend/packages/superset-ui-core/src/ui-overrides/ExtensionsRegistry.ts)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/52080850-ad0d-463e-bd9d-36c466979935?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/52080850-ad0d-463e-bd9d-36c466979935?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/52080850-ad0d-463e-bd9d-36c466979935?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/52080850-ad0d-463e-bd9d-36c466979935?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/52080850-ad0d-463e-bd9d-36c466979935?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/52080850-ad0d-463e-bd9d-36c466979935?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/52080850-ad0d-463e-bd9d-36c466979935?feedback_type=other)</sup> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
