Select wraps the table Select method to match the interface. Delegates to history table.
(row, column int)
| 140 | // Select wraps the table Select method to match the interface. |
| 141 | // Delegates to history table. |
| 142 | func (tl *TasksList) Select(row, column int) *tview.Table { |
| 143 | return tl.historyTable.Select(row, column) |
| 144 | } |
| 145 | |
| 146 | func (tl *TasksList) noTasksCell() *tview.TableCell { |
| 147 | return tview.NewTableCell("No tasks available"). |