RowCount returns the number of rows in the model.
()
| 130 | type TableModel interface { |
| 131 | // RowCount returns the number of rows in the model. |
| 132 | RowCount() int |
| 133 | |
| 134 | // Value returns the value that should be displayed for the given cell. |
| 135 | Value(row, col int) interface{} |
no outgoing calls
no test coverage detected