TableAdapter

Table of contents

Interface which describe the TableView content

Interface description

Cell(row, column int) any

Returns the contents of a table cell. The function can return elements of the following types: string, rune, float32, float64, int, int8, int16, int32, int64, uint, uint8, uint16, uint32, uint64, bool, Color, View, fmt.Stringer, VerticalTableJoin and HorizontalTableJoin

ColumnCount() int

Returns number of columns in the table

RowCount() int

Returns number of rows in the table