tables
session_manager.tables
Tables to display session manager data.
Classes
ActiveSessions
Bases: Table
Defines a table for the active sessions data.
Classes
Meta
Table meta options for rendering behaviour and styling.
Functions
render_select(value)
Customize behavior of checkboxes in the select column.
Source code in session_manager/tables.py
AvailableConfigs
Bases: Table
Defines a table for the available configurations.
Classes
Meta
Table meta options for rendering behaviour and styling.
Functions
render_select(value)
Customize behavior of checkboxes in the select column.
Source code in session_manager/tables.py
LabelledCheckBoxColumn
Bases: CheckBoxColumn
A CheckBoxColumn where the header is a label.
Attributes
header
property
The value used for the column heading.