Anjali Mandowara
04/02/2025, 11:20 AMJulius Kos
04/02/2025, 12:56 PMextraPlugins
feature would allow you to inject custom logic or components into the dashboard at runtime, including small helpers like a widget that applies CSS to hide UI elements.
or
CSS alone could be a good option here as well- setting visibility: hidden
on .dash-filters-reset
is a simple way how to hide the option:
.dash-filters-reset {
visibility: hidden;
}
Julius Kos
04/02/2025, 12:56 PM