Class peagen.tui.components.task_table.TaskTable
peagen.tui.components.task_table.TaskTable
TaskTable(open_cb, **kwargs)
Bases: DataTable
Data table that opens task details on double-click.
Initialize the table.
PARAMETER | DESCRIPTION |
---|---|
open_cb
|
Coroutine called with the task ID when a row is double-clicked.
TYPE:
|
**kwargs
|
Forwarded to
DEFAULT:
|
Source code in peagen/tui/components/task_table.py
15 16 17 18 19 20 21 22 23 |
|