MCPcopy Create free account
hub / github.com/andlabs/ui / Table

Struct Table

table.go:68–71  ·  view source on GitHub ↗

Table is a Control that shows tabular data, allowing users to manipulate rows of such data at a time.

Source from the content-addressed store, hash-verified

66// Table is a Control that shows tabular data, allowing users to
67// manipulate rows of such data at a time.
68type Table struct {
69 ControlBase
70 t *C.uiTable
71}
72
73// NewTable creates a new Table with the specified parameters.
74func NewTable(p *TableParams) *Table {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected