Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/BootstrapBlazor.Server/Locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -5113,7 +5113,7 @@
"TablesSelectionNormalTips": "Maintain line state fallback mechanism, <code>ModelEqualityComparer</code> <code>CustomKeyAttribute</code> <code>IEqualityComparer&lt;TItem&gt;</code> <code>Equals</code> overloaded method",
"TablesSelectionNormalTitle": "Set row selection function",
"TablesSelectionScrollButtonText": "Select Last Row",
"TablesSelectionScrollDescription": "After clicking the button, select the last row and automatically scroll the selected row to the visible area of the window. This code is an example, and this function can be enabled by setting <code>AutoScrollLastSelectedRowToView=\"true\"</code>, Set the alignment via the <code>AutoScrollVerticalAlign</code> parameter",
"TablesSelectionScrollDescription": "After clicking the button, select the last row and automatically scroll the selected row to the visible area of the window. This code is an example, and this function can be enabled by setting <code>AutoScrollLastSelectedRowToView=\"true\"</code>, Set the alignment via the <code>AutoScrollVerticalAlign</code> parameter, Set the scroll behavior via the <code>ScrollIntoViewBehavior</code> parameter, default is <code>Smooth</code>",
"TablesSelectionScrollIntro": "Perform some special operations by setting the <code>OnAfterRenderCallback</code> callback method",
"TablesSelectionScrollTitle": "Callback method after rendering",
"TablesSelectionTitle": "Table Selection"
Expand Down
2 changes: 1 addition & 1 deletion src/BootstrapBlazor.Server/Locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -5113,7 +5113,7 @@
"TablesSelectionNormalTips": "保持行状态回落机制,<code>ModelEqualityComparer</code> <code>CustomKeyAttribute</code> <code>IEqualityComparer&lt;TItem&gt;</code> <code>Equals</code> 重载方法",
"TablesSelectionNormalTitle": "设置选中行功能",
"TablesSelectionScrollButtonText": "选中最后一行",
"TablesSelectionScrollDescription": "点击按钮后选中最后一行,并且将选中行自动滚动到视窗可见区域内,本代码为示例,本功能可通过设置 <code>AutoScrollLastSelectedRowToView=\"true\"</code> 开启,通过 <code>AutoScrollVerticalAlign</code> 参数设置对齐方式",
"TablesSelectionScrollDescription": "点击按钮后选中最后一行,并且将选中行自动滚动到视窗可见区域内,本代码为示例,本功能可通过设置 <code>AutoScrollLastSelectedRowToView=\"true\"</code> 开启,通过 <code>AutoScrollVerticalAlign</code> 参数设置对齐方式,通过 <code>ScrollIntoViewBehavior</code> 参数设置滚动行为默认为 <code>Smooth</code>",
"TablesSelectionScrollIntro": "通过设置 <code>OnAfterRenderCallback</code> 回调方法,执行一些特殊操作",
"TablesSelectionScrollTitle": "渲染结束后回调方法",
"TablesSelectionTitle": "Table 表格"
Expand Down
Loading