TableButton presents a button that pulls up the [Table] viewer for a [table.Table].
| 50 | |
| 51 | // TableButton presents a button that pulls up the [Table] viewer for a [table.Table]. |
| 52 | type TableButton struct { |
| 53 | core.Button |
| 54 | Table *table.Table |
| 55 | } |
| 56 | |
| 57 | func (tb *TableButton) WidgetValue() any { return &tb.Table } |
| 58 |
nothing calls this directly
no outgoing calls
no test coverage detected