apache/superset

Table View error: getPaginationModel(): currentPage shouldn't be greater than totalPages

已關閉

#31,403 建立於 2024年12月11日

 (3 則留言) (0 個反應) (0 位負責人)TypeScript (17,291 個分叉)batch import
good first issueviz:charts:table

倉庫指標

星標
 (72,837 顆星)
PR 合併指標
 (平均合併 31天 15小時) (30 天內合併 773 個 PR)

描述

Bug description

  1. On Mixed Chart click "View as Table"
  2. Paginate to the last page
  3. Input some text into search bar, not present in the table
  4. Get an error getPaginationModel(): currentPage shouldn't be greater than totalPages Seems like bug not relevant to chart, more likely React-specific

Screenshots/recordings

1

Superset version

4.1.1

Python version

3.9

Node version

16

Browser

Chrome

Additional context

No response

Checklist

  • I have searched Superset docs and Slack and didn't find a solution to my problem.
  • I have searched the GitHub issue tracker and didn't find a similar bug report.
  • I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section.

貢獻者指南