Skip to content

Commit ac30d0b

Browse files
authored
doc(Table): update table edit template documentation (#7711)
1 parent 27a4c03 commit ac30d0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BootstrapBlazor.Server/Locales/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4669,7 +4669,7 @@
46694669
"TableColumnTitle": "Custom Column Data Template",
46704670
"TablesColumnDescription": "Used to display multiple pieces of data with similar structures, data can be sorted, filtered, compared or other custom operations.",
46714671
"TablesColumnTitle": "Table Column",
4672-
"TableTemplateTips": "Special attention: When using the <b>Template</b>, practical application scenarios often encounter situations where several or more columns need to be linked. In this case, directly placing the linked components into the <code>EditTemplate</code> cannot complete the linkage. The correct approach is to separate the small components that need to be linked into a separate component and complete the linkage within this component",
4672+
"TableTemplateTips": "Special Note: When using column templates, real-world applications often encounter situations where several or more columns need to be linked. In such cases, directly placing the linked component within an <code>EditTemplate</code> may not achieve the desired linkage. The recommended approach is to create a separate component for the attributes that need to be linked and implement the linkage within that component.",
46734673
"TemplateIntro": "By specifying <code>Template</code> set the last column to display as a custom button",
46744674
"TemplateTitle": "Custom Column Template"
46754675
},

src/BootstrapBlazor.Server/Locales/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4669,7 +4669,7 @@
46694669
"TableColumnTitle": "自定义列数据模板",
46704670
"TablesColumnDescription": "用于展示多条结构类似的数据,可对数据进行排序、筛选、对比或其他自定义操作。",
46714671
"TablesColumnTitle": "Table 表格",
4672-
"TableTemplateTips": "特别注意:在使用 <b>列模板</b> 时,实际的应用场景经常遇到几列或者多列需要联动的情况,此时直接将联动的组件放置到 <code>EditTemplate</code> 内时是无法完成联动的,正确的做法是将需要联动小组件独立成一个组件,在此组件内部完成联动",
4672+
"TableTemplateTips": "特别注意:在使用 <b>列模板</b> 时,实际的应用场景经常遇到几列或者多列需要联动的情况,此时直接将联动的组件放置到 <code>EditTemplate</code> 内时可能无法完成联动的,推荐的做法是将需要联动的属性独立成一个组件,在此组件内部完成联动",
46734673
"TemplateIntro": "通过指定 <code>Template</code> 设置最后一列内显示为自定义按钮",
46744674
"TemplateTitle": "自定义列模板"
46754675
},

0 commit comments

Comments
 (0)