Tooltip in dash_table with pagination

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

Hi @Amal_Mt This looks like a bug - it’s been reported here: Tooltip position is incorrect after sorting/filtering data table · Issue #872 · plotly/dash-table · GitHub

Any progress on this?

It seems there is an unmerged PR that could fix this?