Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Table ¶
type Table struct { *Block Header []string Rows [][]string Styles [][]*Style ColWidths []int ColGap int PadLeft int SelectedRow int TopRow int ColResizer func() }
Table is custom table implemented on top of the basic Block It allows for an arbitrary number of rows and columns with no separators and per entry styling.
func (*Table) ScrollDown ¶
func (table *Table) ScrollDown()
ScrollDown scrolls down the cursor in the table
Click to show internal directories.
Click to hide internal directories.