diff --git a/src/components/data-table/ha-data-table.ts b/src/components/data-table/ha-data-table.ts index 05283fb7db..912d0b02c4 100644 --- a/src/components/data-table/ha-data-table.ts +++ b/src/components/data-table/ha-data-table.ts @@ -98,6 +98,8 @@ export class HaDataTable extends LitElement { @property({ type: String }) public noDataText?: string; + @property({ type: String }) public searchLabel = ""; + @property({ type: String }) public filter = ""; @internalProperty() private _filterable = false; @@ -202,6 +204,7 @@ export class HaDataTable extends LitElement {