Documentation ¶
Index ¶
- type Column
- type Model
- func (m *Model) AppendRows(rows []Row)
- func (m *Model) ClearRows()
- func (m *Model) GetCurrentItem() int
- func (m *Model) GetCurrentRow() Row
- func (m *Model) GetCurrentRowMarshalled() map[string]string
- func (m *Model) GetRowAt(index int) Row
- func (m *Model) Hide()
- func (m *Model) Init() tea.Cmd
- func (m *Model) MarhsalRow(row Row) map[string]string
- func (m *Model) OnLineDown()
- func (m *Model) OnLineUp()
- func (m *Model) ResetCurrentItem()
- func (m *Model) SetRows(rows []Row)
- func (m *Model) SetSize(width int, height int)
- func (m *Model) UnmarshalRow(row map[string]string) Row
- func (m *Model) Update(msg tea.Msg) (pane.Pane, tea.Cmd, bool)
- func (m *Model) UpdateRow(primaryKeyIndex int, newRow Row)
- func (m *Model) View() string
- type Row
- type TableSpec
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
func (*Model) AppendRows ¶
func (*Model) GetCurrentItem ¶
func (*Model) GetCurrentRow ¶
func (*Model) GetCurrentRowMarshalled ¶ added in v0.0.3
func (*Model) OnLineDown ¶
func (m *Model) OnLineDown()
func (*Model) ResetCurrentItem ¶
func (m *Model) ResetCurrentItem()
func (*Model) UnmarshalRow ¶ added in v0.0.3
Click to show internal directories.
Click to hide internal directories.