Forgot to comment the table constructor

This commit is contained in:
Sasha Koshka 2023-04-03 23:10:39 -04:00
parent 55c13ebf89
commit f377372354
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ type TableContainer struct {
onScrollBoundsChange func ()
}
// NewTable creates a new table element with the specified amount of columns and
// rows. If top or left heading is set to true, the first row or column
// respectively will display as a table header.
func NewTableContainer (
columns, rows int,
topHeading, leftHeading bool,