In one of my earlier post, I explained how to define tool tip for Table Column Filter. In this post, I will explain how to define tool tip message/short description on a table column label.
- Select the column in the table for which you want to define tool tip.
- Expand Column facets node for that column and select header facet.
- Inside the header facet add an Output Text component and set it's value property same as column header text as shown:
- The custom tool tip for the table column label can now be set on the shortDesc property of Output Text. After this modification, the column code looks like:
UI