mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Add title attribute to data-table column header (#24231)
This commit is contained in:
parent
e0b9cb8ccb
commit
f1bb4a5694
@ -448,6 +448,7 @@ export class HaDataTable extends LitElement {
|
|||||||
)}
|
)}
|
||||||
@click=${this._handleHeaderClick}
|
@click=${this._handleHeaderClick}
|
||||||
.columnId=${key}
|
.columnId=${key}
|
||||||
|
title=${ifDefined(column.title)}
|
||||||
>
|
>
|
||||||
${column.sortable
|
${column.sortable
|
||||||
? html`
|
? html`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user