Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager handles table creation and updates
func NewManager ¶
func NewManager(theme styles.TableTheme) *Manager
NewManager creates a new table manager
func (*Manager) UpdateRows ¶
func (tm *Manager) UpdateRows(items []history.ClipboardHistory)
UpdateRows updates the table with clipboard history items
Click to show internal directories.
Click to hide internal directories.