Skip to content

Column Picker: Add tooltip that inherits from _ColumnOptionalConfigs.HeaderTooltip_ #353

@thekingofspain

Description

@thekingofspain

In a large grid with many nested group columns and columns there can be duplicate Headers with the same or similar value. Since there is no easy way to change how the column picker lists its columns Headers (aka displaying the column group Header in addition to the column Headers), the easiest and most grid consistent solution would be add a tooltip to each column in the column picker that inherits the Column's ColumnOptionalConfigs.HeaderTooltip property value.

This does require that the developer set the HeaderTooltip for each column.

Example:

  • A Grid displays a fixed number of specific events per row.
  • Each event uses a Group column.
  • Each Group column contains multiple columns.
  • Each Group column contains a column with a Header of "Status".
  • Each Column with a Header value of "Status" has its Columns.ColumnOptionalConfigs.HeaderTooltip value set to a string value that follows as pattern similar to "<GroupColumn.Header>: <Column.Header>".

Metadata

Metadata

Assignees

No one assigned

    Labels

    improvementCan be of code or of a given feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions