Hi,
I would like to add Tooltip to the Header Column in a Table view.
In below table view, if I point or move my cursor over Column (ID), then it should show tooltip as "Employee ID'. How to add this tooltip? Please let me know.
| ID | Name |
|---|---|
| 1 | ABC |
| 2 | DEF |
I tried with Table view iterator class by modifying the parameter TOOLTIPHEADER in Class: GET_COLUMN_DEFINITIONS, but its not displaying the tooptip.
Thank you
Anji