-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
dashtable with pagination: tooltips appear in wrong place #1848
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
Comments
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? |
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 😄 |
I also see this problem. The many first items in page 1 is working. |
Hi can I have a crack at finishing this? |
is there issue still there to fix it |
Any progress on this topic? This creates a table that replicates the issue. `import dash data = [ app = dash.Dash(name) app.layout = html.Div([ if name == "main": |
@nielsvth I thought this was closed, @sakshamgumber if you'd like to have a crack at it, please go ahead, I'm working on the layout issue. |
Describe your context
It's frontend related:
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 thatstyle_data_conditional
usingrow_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
The text was updated successfully, but these errors were encountered: