package
0.7.1
Repository: https://github.com/gvcgo/version-manager.git
Documentation: pkg.go.dev

# Functions

DefaultKeyMap returns a default set of keybindings.
DefaultStyles returns a set of default style definitions for this table.
No description provided by the author
No description provided by the author
New creates a new model for the table widget.
No description provided by the author
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.
WithRows sets the table rows (data).
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

# Structs

Column defines the table structure.
No description provided by the author
KeyMap defines keybindings.
Searchable list.
Model defines a state for the table widget.
Styles contains style definitions for this list component.

# Type aliases

No description provided by the author
No description provided by the author
Option is used to set options in New.
Row represents one line in the table.