diff --git a/src/BootstrapBlazor.Server/Locales/en-US.json b/src/BootstrapBlazor.Server/Locales/en-US.json index 0485439f31a..df15c2cfa73 100644 --- a/src/BootstrapBlazor.Server/Locales/en-US.json +++ b/src/BootstrapBlazor.Server/Locales/en-US.json @@ -4885,7 +4885,12 @@ "SortListTitle": "Multi-column sort", "TablesFilterDesc": "Filter to quickly find the data you want to see; sort to quickly find or compare data.", "TablesFilterDescLi1": "Filters a column of data to specify the column to be filtered by specifying the filterable property of the column", - "TablesFilterDescLi2": "Sort a column of data, specify the column to be sorted by specifying the Sortable property of the column, change the collation by multiple clicks" + "TablesFilterDescLi2": "Sort a column of data, specify the column to be sorted by specifying the Sortable property of the column, change the collation by multiple clicks", + "TablesFilterTemplateDescription": "

The FilterTemplate type is RenderFragment its value is a custom component, and the component must inherit the filterBase In this case, the last column in this case, the Quantity column, uses the custom component by filtering the template CustomerFilter [portal] CustomerFilter component source code

Notes: