🙋 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:

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>