Skip to content

Commit

Permalink
fix-paginator-index-error (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
semihbkgr authored May 7, 2024
1 parent bbd4f3f commit 14dbb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/table/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ func (m *Model) SetRows(rows []Row) tea.Cmd {

func (m *Model) updateRows() {
m.updateFilteredRows()
m.updateColumnWidths()
m.updatePagination()
m.updateColumnWidths()
}

func (m *Model) updateFilteredRows() {
Expand Down

0 comments on commit 14dbb40

Please sign in to comment.