package
0.2.1
Repository: https://github.com/fireflycons/bubbles.git
Documentation: pkg.go.dev

# Functions

DefaultKeyMap returns a default set of keybindings.
DefaultStyles returns a set of default style definitions for this table.
New creates a new model for the table widget.
WithColumns sets the table columns (headers).
WithFocused sets the focus state of the table.
WithHeight sets the height of the table.
WithKeyMap sets the key map.
WithRowNumbers insetrs a column at postion zero containing row numbers.
WithRows sets the table rows (data).
WithStructData creates a table by reflecting a slice of structs implementing the Metadata interface.
WithStyles sets the table styles.
WithWidth sets the width of the table.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Column defines the table structure.
KeyMap defines keybindings.
Model defines a state for the table widget.
Row represents one line in the table.
Styles contains style definitions for this list component.

# Interfaces

Metadata must be implemented by any metadata associated with a table row, usually the source data associated with the row.

# Type aliases

Option is used to set options in New.
SortOrder defines the sort direction for the SortBy method.