How to add tooltip only for a single column in datatable?

I want to add tooltip only for a particular column in my datatable, the default tooltip appears at all cells on hover.
It maybe possible using the tooltip_conditional to check the column id of that specific column?

Any help is appreciated, thanks !

Hello dataturnsmeon

You can find a example in the documentation.

https://dash.plotly.com/datatable/tooltips#tooltips-in-column-headers

@SamuelVT That example only shows applies for the column header, I am looking to have the tooltip for a single column only from all the columns in my datatable.

Hi dataturnsmeon

Looks this example made for Adam.

https://www.youtube.com/watch?v=bQgpC0_XKfI

1 Like

Thanks @SamuelVT this is exactly what I was looking for !

1 Like