MCPcopy
hub / github.com/rivo/tview / tableDefaultContent

Struct tableDefaultContent

table.go:317–323  ·  view source on GitHub ↗

tableDefaultContent implements the default TableContent interface for the Table class.

Source from the content-addressed store, hash-verified

315// tableDefaultContent implements the default TableContent interface for the
316// Table class.
317type tableDefaultContent struct {
318 // The cells of the table. Rows first, then columns.
319 cells [][]*TableCell
320
321 // The rightmost column in the data set.
322 lastColumn int
323}
324
325// Clear clears all data.
326func (t *tableDefaultContent) Clear() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected