Change tooltip of a cell in a table

Hi all,

Is there a way to change tooltip of a cell of a table with value of other column?
In the example below, I would like to show value of other column instead “2021-10 BUD”

image

Yes. You can use the “Cell Highlighting” Custom Component and then configure the “tooltipColumn” property for it in the row_format_json column

[{"tooltipColumn": "column_take_tooltip", "columns":
["plan_version"]}
  • column_name_tooltip: The column whose value you’d like to use for the tooltip
  • plan_version: The column (s) to which you’d like to apply the tooltip to.

For further info: https://confluence.intranet.onelogic.de/download/attachments/26545312/table-cells-highlighting_0.6.2.internal.pdf?api=v2

3 Likes