MCPcopy Index your code
hub / github.com/andlabs/ui / SetCellValue

Method SetCellValue

tablemodel.go:136–136  ·  view source on GitHub ↗

SetCellValue changes the model cell value at (row, column) in the TableModel. Within this function, either do nothing to keep the current cell value or save the new cell value as appropriate. After SetCellValue is called, the Table will itself reload the table cell. Under certain conditions, the Tab

(m *TableModel, row, column int, value TableValue)

Source from the content-addressed store, hash-verified

134 // TableValue passed in can be nil; refer to the various
135 // methods that add columns to Table for details.
136 SetCellValue(m *TableModel, row, column int, value TableValue)
137}
138
139//export pkguiDoTableModelNumColumns

Callers 1

Implementers 1

modelHandlerexamples/table.go

Calls

no outgoing calls

Tested by

no test coverage detected