Hello All,
I have the following environment :
OS : Windows Server 2016 64
Database : 19C Standard one edition
Apex : 21.2
ORDS : 21.3
Tomcat : 9
Template: Interactive grid
I have an interactive report, then i used pivot option. how i can add tool-tip for each cell in this pivot. (Need to create a different tool-tip for each cell. the tool-tip already selected as a column in the same select source query)
as a work around, I tried to make the cell as a link then while click link JavaScript code executed to open a dialog with tool-tip. but after using pivot option the link displayed as a plain text.
thanks for your advice