Hello,
I am using dash_table with pagination and native filtering and wanted to add a tooltip for the last column I added something like this
tooltip_data=[
{
'column_name': values[i]
} for i in range(len(values))
],
The first page works okay, however, for the next pages, the tooltip is displayed in different/random position
Does anyone know what I should do.
Thanks in advance
lkksjj
3
Any progress on this?
It seems there is an unmerged PR that could fix this?