Dashboard filter #42975
Replies: 2 comments
|
This is a substantial customization. Here's a roadmap of the key files you'd need to touch: Where the filter bar currently lives: The left-side (vertical) filter bar is rendered in To make filters a draggable canvas element (like Header, Divider, Chart), you'd need to modify these areas:
An alternative approach worth considering: There's an active SIP-218 proposing exactly this — canvas-based filter chart plugins that use Superset's existing cross-filtering infrastructure instead of modifying the layout system [4]. The approach builds filters as chart plugins with The chart-plugin approach is simpler to implement since it works within the existing plugin system, but as noted by a maintainer, the long-term direction the community has discussed is letting native filters live directly on the canvas with local scoping [4]. To reply, just mention @dosu. Docs are dead. Just use Dosu. |
|
This will likely be tackled as part of the Superset Extensions effort. Stay tuned! |
Uh oh!
There was an error while loading. Please reload this page.
I want to change the dashboard page , instead of left side , i want it as a element inside the dashboard like header , divider , chart , where will i need to change code
Basically i want to make my own filter element where when i click the the filter icon a pop up filter box and what ever is selected it will appear in chips
@dosu
All reactions