major
nice-to-have
defect
major
enhancement
Currently, tables always use the column label itself as the tooltip for column labels. If the column is resized so small that the label isn't fully legible, this can be helpful information—otherwise, it's simply redundant.
Improvement
There should be an option to define a separate tooltip for a column. Only if no custom tooltip is defined should the column label be used as the default for the tooltip.
Usage
The .info key derived from the column label key is used as the tooltip. The base ResKey is either the labelKey configured directly on the column or the key derived from the table’s ResPrefix via the column name.
This allows a column to be assigned its own tooltip simply by adding resources, without changing the application configuration.
Test
- "Allocated" column in the Administration : Monitor : Memory Usage view. (Introduced with #23523)