Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
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
The text was updated successfully, but these errors were encountered:
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
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 😄
Describe your context
It's frontend related:
Describe the bug
When using
dashtablepagination 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_indexmore generally. We found thatstyle_data_conditionalusingrow_indexto 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: