|
5702 | 5702 | "DefaultSortIntro": "Default sorts as default when setting the <code>DefaultSort</code> property value to <code>true</code>", |
5703 | 5703 | "DefaultSortLi1": "Set <code>DefaultSort=true</code> to enable the default sort function, when multiple columns set this property, the first column works", |
5704 | 5704 | "DefaultSortLi2": "Set <code>DefaultSortOrder</code> value, set default collation", |
5705 | | - "DefaultSortLi3": "Before <code>v9.6.2</code>, use <code>OnFilterValueChanged</code> to trigger the filter callback. After refactoring, use <code>OnFilterAsync</code> to trigger the filter callback method.", |
5706 | 5705 | "DefaultSortP": "In this case the default sort is the last column in reverse order", |
5707 | 5706 | "SortListTitle": "Multi-column sort", |
5708 | 5707 | "SortListIntro": "Set <code>the SortList</code> property, use this parameter for multi-column sorting when the table loads", |
|
5716 | 5715 | "SetFilterInCodeIntro": "Example shows how to set filters through code", |
5717 | 5716 | "SetFilterInCodeButtonText1": "Name contains 01", |
5718 | 5717 | "SetFilterInCodeButtonText2": "Reset All Filter", |
5719 | | - "TablesFilterTemplateDescription": "<p><code>The FilterTemplate</code> type is <code>RenderFragment</code> <span>its value is a custom component, and the component must inherit</span> <code>the filterBase</code> In this case, the last column in this case<b>, the Quantity column</b>, uses the <code>custom component by filtering the template CustomerFilter</code> <a href=\"{0}\" target=\"_blank\">[portal] CustomerFilter component source code</a></p><p class=\"code-label\">Notes:</p><ul class=\"ul-demo\"><li>Custom filter components are wrapped with <code>FilterProvider</code>, and <code>FilterProvider</code> must be under the <code>FilterTemplate</code> node</li><li>Filters can be fine-tuned through the parameters of the <code>FilterProvider</code> component; for example, by setting <code>ShowMoreButton</code> to control whether the <b>+ -</b> symbol is displayed</li></ul-demo>", |
| 5718 | + "TablesFilterTemplateDescription": "<p><code>The FilterTemplate</code> type is <code>RenderFragment</code> <span>its value is a custom component, and the component must inherit</span> <code>the filterBase</code> In this case, the last column in this case<b>, the Quantity column</b>, uses the <code>custom component by filtering the template CustomerFilter</code> <a href=\"{0}\" target=\"_blank\">[portal] CustomerFilter component source code</a></p><p class=\"code-label\">Notes:</p><ul class=\"ul-demo\"><li>Custom filter components are wrapped with <code>FilterProvider</code>, and <code>FilterProvider</code> must be under the <code>FilterTemplate</code> node</li><li>Filters can be fine-tuned through the parameters of the <code>FilterProvider</code> component; for example, by setting <code>ShowMoreButton</code> to control whether the <b>+ -</b> symbol is displayed</li><li>Before <code>v9.6.2</code>, use <code>OnFilterValueChanged</code> to trigger the filter callback. After refactoring, use <code>OnFilterAsync</code> to trigger the filter callback method.</li></ul-demo>", |
5720 | 5719 | "CustomerFilterItem1": "All", |
5721 | 5720 | "CustomerFilterItem2": "Greater than 10", |
5722 | 5721 | "CustomerFilterItem3": "Greater than 50", |
|
0 commit comments