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

Function newModelHandler

examples/table.go:28–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func newModelHandler() *modelHandler {
29 m := new(modelHandler)
30 m.row9Text = "You can edit this one"
31 m.yellowRow = -1
32 return m
33}
34
35func (mh *modelHandler) ColumnTypes(m *ui.TableModel) []ui.TableValue {
36 return []ui.TableValue{

Callers 1

setupUIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected