|
5063 | 5063 | "DisplayText4": "Display Search", |
5064 | 5064 | "EditModelTitle": "Edit Test Data Window", |
5065 | 5065 | "NamePlaceholder": "Please enter your name within 50 characters", |
| 5066 | + "SearchFormDesc": "When <code>UseSearchForm</code> is enabled and <code>SearchItems</code> is not provided, it will default to using <code>TableColumn</code> with <code>Searchable=\"true\"</code>. You can customize the metadata through the <code>SearchFormItemMetaData</code> property in <code>TableColumn</code>", |
| 5067 | + "SearchFormIntro": "Enable the search form feature by setting <code>UseSearchForm=\"true\"</code>, and configure the search items within the form using <code>SearchItems</code>, suitable for scenarios with custom complex search conditions", |
| 5068 | + "SearchFormTitle": "Search Form", |
5066 | 5069 | "SearchTableGroupBoxText": "Search Criteria", |
5067 | 5070 | "SearchTableIntro": "Set <code>ShowSearch</code> to display the query component, customize the search UI by setting the <code>SearchTemplate</code> template", |
5068 | 5071 | "SearchTableLi1": "Enable no data display function by setting <code>ShowEmpty=\"true\"</code>", |
|
5076 | 5079 | "SelectedItemValue1": "Name1", |
5077 | 5080 | "SelectedItemValue2": "Name2", |
5078 | 5081 | "TablesSearchDesc": "Commonly used for single table maintenance, simple addition, deletion, modification, search, sorting, filtering, search and other common functions can be realized through attribute configuration, and very complex can be realized through the advanced usage of <code>Template</code> business needs functions", |
5079 | | - "TablesSearchTitle": "Table Search", |
5080 | | - "SearchFormTitle": "Search Form", |
5081 | | - "SearchFormIntro": "Enable the search form feature by setting <code>UseSearchForm=\"true\"</code>, and configure the search items within the form using <code>SearchItems</code>, suitable for scenarios with custom complex search conditions", |
5082 | | - "SearchFormDesc": "When <code>UseSearchForm</code> is enabled and <code>SearchItems</code> is not provided, it will default to using <code>TableColumn</code> with <code>Searchable=\"true\"</code>. You can customize the metadata through the <code>SearchFormItemMetaData</code> property in <code>TableColumn</code>" |
| 5082 | + "TablesSearchTitle": "Table Search" |
5083 | 5083 | }, |
5084 | 5084 | "BootstrapBlazor.Server.Components.Samples.Table.TablesSelection": { |
5085 | 5085 | "TablesSelectionCountText": "Count:{0}", |
|
0 commit comments