Skip to content

feat: add ability to set tooltip for column header to FluentDataGrid #2757

@Leon99

Description

@Leon99

🙋 Feature Request

I'd like to set a tooltip for a column header that is different from Title, but it seems impossible at the moment.

💁 Possible Solution

I tried to override HeaderCellItemTemplate, but generated code misses a necessary attribute:
image
That autogenerated attribute that applies the necessary styling is missing when setting HeaderCellItemTemplate as

<div class="col-title">
   <div class="col-title-text" title="@tooltip">@Title</div>
</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs: author feedbackThe author of this issue needs to respond in order for us to continue investigating this issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions