control module¶
- class Control(ident)¶
Bases:
object
Provides a layout and functionality for a modal that offers an overview of data checks and control results.
- Parameters:
ident (str)
- ident¶
Name of the identification variable, e.g., ‘orgf’.
- Type:
str
- callbacks()¶
Sets up interactivity for the control modal, including linking table clicks and navigation back to the main view.
- Return type:
None
- layout()¶
Generates the layout for the control modal.
- Returns:
Layout containing the control modal and interactive components.
- Return type:
dash.html.Div