ColumnTypes returns a slice of value types of the data stored in the model columns of the TableModel. Each entry in the slice should ideally be a zero value for the TableValue type of the column in question; the number of elements in the slice determines the number of model columns in the TableModel
(m *TableModel)
| 114 | // method is not guaranteed to be called depending on the |
| 115 | // system. |
| 116 | ColumnTypes(m *TableModel) []TableValue |
| 117 | |
| 118 | // NumRows returns the number or rows in the TableModel. |
| 119 | // This value must be non-negative. |
no outgoing calls
no test coverage detected