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?
@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.