Clear wraps the table Clear method to satisfy the interface.
()
| 43 | |
| 44 | // Clear wraps the table Clear method to satisfy the interface. |
| 45 | func (nd *NodeDetails) Clear() *tview.Table { |
| 46 | return nd.Table.Clear() |
| 47 | } |
| 48 | |
| 49 | // SetApp sets the parent app reference for focus management. |
| 50 | func (nd *NodeDetails) SetApp(app *App) { |