Add title attribute to data-table column header (#24231)

This commit is contained in:
Wendelin 2025-02-14 21:07:48 +01:00 committed by GitHub
parent e0b9cb8ccb
commit f1bb4a5694
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -448,6 +448,7 @@ export class HaDataTable extends LitElement {
)}
@click=${this._handleHeaderClick}
.columnId=${key}
title=${ifDefined(column.title)}
>
${column.sortable
? html`