SelectoComponents.Form.EventHandlers.DrillDown (selecto_components v0.3.10)
Event handlers for drill-down operations.
This module handles drill-down events that allow users to navigate from aggregate or graph views to detailed views with contextual filters:
- Clicking on aggregate values to see underlying records
- Clicking on graph elements (bars, points, etc.)
- Creating filters based on the clicked context
imported-by
Imported by
This module is automatically imported when using SelectoComponents.Form.
events-handled
Events Handled
agg_add_filters- Drill down from aggregate view with filtersgraph_drill_down- Drill down from graph view (delegates to chart_click)chart_click- Drill down from chart element
drill-down-pattern
Drill-Down Pattern
All drill-down operations follow a similar pattern:
- Extract the clicked value/label
- Create filters based on the context
- Switch to detail view (or configured drill_down view)
- Execute query with new filters
- Update URL with new parameters