1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-15 07:25:54 +00:00

Data tables: do not show "Assistants" column in "secondary" when narrow (#29120)

fix a column for "narrow"
This commit is contained in:
ildar170975
2026-01-22 10:37:03 +03:00
committed by GitHub
parent ea1b7b9dec
commit 73a1ce90c3

View File

@@ -22,6 +22,7 @@ export function getAssistantsTableColumn<T>(
type: "flex",
defaultHidden: !visible,
sortable: true,
showNarrow: true,
minWidth: "160px",
maxWidth: "160px",
valueColumn: "assistants_sortable_key",