Problem
You want to display a tooltip in an interactive grid
Solution
Ensure that your IG column is set to HTML expression. Among any other formatting that you wish to do, ensure that you include a "span title". This will become your tooltip when you hover over with a mouse. This tip can be dynamic as you like (or not displayed at all, just omit from the HTML.)
Result
Acknowledgement
https://stackoverflow.com/questions/2114530/oracle-apex-tooltip-on-cell-of-the-report
Comments
Post a Comment