Settings -> Helpers: make "Editable" columns sortable (#23976)

* "Editable" in "Helpers"

* prettier
This commit is contained in:
ildar170975 2025-02-15 00:27:28 +03:00 committed by GitHub
parent cbedf62c39
commit 7524dc8709
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -346,9 +346,11 @@ export class HaConfigHelpers extends SubscribeMixin(LitElement) {
groupable: true,
},
editable: {
title: "",
label: localize("ui.panel.config.helpers.picker.headers.editable"),
title: localize("ui.panel.config.helpers.picker.headers.editable"),
type: "icon",
sortable: true,
minWidth: "88px",
maxWidth: "88px",
showNarrow: true,
template: (helper) => html`
${!helper.editable