From 70d4fe1285c5023679d8c8fd34c89b96179f914a Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Mon, 3 Oct 2022 20:02:00 +0200 Subject: [PATCH] main col device data table none narrow (#13977) --- src/panels/config/devices/ha-config-devices-dashboard.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/panels/config/devices/ha-config-devices-dashboard.ts b/src/panels/config/devices/ha-config-devices-dashboard.ts index 46ba34fe88..ccfc4b201b 100644 --- a/src/panels/config/devices/ha-config-devices-dashboard.ts +++ b/src/panels/config/devices/ha-config-devices-dashboard.ts @@ -238,10 +238,10 @@ export class HaConfigDeviceDashboard extends LitElement { const columns: DataTableColumnContainer = narrow ? { name: { - main: true, title: this.hass.localize( "ui.panel.config.devices.data_table.device" ), + main: true, sortable: true, filterable: true, direction: "asc", @@ -259,6 +259,7 @@ export class HaConfigDeviceDashboard extends LitElement { title: this.hass.localize( "ui.panel.config.devices.data_table.device" ), + main: true, sortable: true, filterable: true, grows: true,