Forgot to comment the table constructor
This commit is contained in:
		
							parent
							
								
									55c13ebf89
								
							
						
					
					
						commit
						f377372354
					
				| @ -46,6 +46,9 @@ type TableContainer struct { | |||||||
| 	onScrollBoundsChange func () | 	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 ( | func NewTableContainer ( | ||||||
| 	columns, rows int, | 	columns, rows int, | ||||||
| 	topHeading, leftHeading bool, | 	topHeading, leftHeading bool, | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user