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

Method NumRows

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

NumRows returns the number or rows in the TableModel. This value must be non-negative.

(m *TableModel)

Source from the content-addressed store, hash-verified

118 // NumRows returns the number or rows in the TableModel.
119 // This value must be non-negative.
120 NumRows(m *TableModel) int
121
122 // CellValue returns a TableValue corresponding to the model
123 // cell at (row, column). The type of the returned TableValue

Callers 1

pkguiDoTableModelNumRowsFunction · 0.65

Implementers 1

modelHandlerexamples/table.go

Calls

no outgoing calls

Tested by

no test coverage detected