put-items: started adding some basic commands for putting items
This commit is contained in:
parent
3319a9d4aa
commit
174bab36c3
10 changed files with 203 additions and 79 deletions
|
|
@ -135,5 +135,6 @@ func (m *Model) postSelectedItemChanged() tea.Msg {
|
|||
}
|
||||
|
||||
func (m *Model) Refresh() {
|
||||
|
||||
m.table.SetRows(m.rows)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue