We use Axon Ivy Portal 12.0.7 and configure our task dashboard via Portal.Dashboard.json.
We have custom fields defined in custom-fields.yaml with a Label and a Description. In the task widget, the custom field column is displayed correctly. However, when hovering over the column header, Portal shows the field label only.
We would like to keep a short column header, for example “Escalation Level”, but show the custom field description as the tooltip on hover.
We found that the standard Portal widget appears to use the column header text for the tooltip. Is there a supported configuration in Portal.Dashboard.json, such as a tooltip, title, or similar property, to display the custom field description on hover?
We would prefer a solution without overriding or modifying Portal XHTML files.