The Wayback Machine - https://web.archive.org/web/20220715205215/https://github.com/plotly/dash/issues/1848
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] dashtable with pagination: tooltips appear in wrong place #1848

Open
HeinerTholen opened this issue Dec 1, 2021 · 3 comments
Open

[BUG] dashtable with pagination: tooltips appear in wrong place #1848

HeinerTholen opened this issue Dec 1, 2021 · 3 comments

Comments

@HeinerTholen
Copy link

@HeinerTholen HeinerTholen commented Dec 1, 2021

Describe your context

  • packages
dash                              2.0.0
dash-auth                         1.4.1
dash-colorscales                  0.0.4
dash-daq                          0.5.0
dash-renderer                     1.9.1
  • It's frontend related:

    • OS: MacOS 11 (Big Sur)
    • Browser: Firefox
    • Version 94.0.2

Describe the bug

When using dashtable pagination together with tooltips, then the tooltips only appear correctly on page one. On all other pages, the tooltip appears in the top left of the table (see screenshot).

This bug might be connected to row_index more generally. We found that style_data_conditional using row_index to specify the row of a table doesn't work on pages 2+ either.

Expected behavior

Tooltips should appear at the correct position.n all pages of a paginated dash-tables.

Screenshots

dash-table-bug

@adlerberg0
Copy link

@adlerberg0 adlerberg0 commented Feb 8, 2022

There is a pull request related to this issue in plotly/dash-table repo but it wasn't merged. Could it be copied to current repository?
plotly/dash-table#906

@alexcjohnson
Copy link
Contributor

@alexcjohnson alexcjohnson commented Feb 10, 2022

Looks like plotly/dash-table#906 has some open items but should be relatively straightforward to bring it over here and finish it - if anyone would like to give it a shot we'd be happy to help get it finished 😄

@tlinnet
Copy link

@tlinnet tlinnet commented Feb 21, 2022

I also see this problem. The many first items in page 1 is working.
But when scrolling down, it gets more weird?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
5 participants