Skip to content

Commit eaf638a

Browse files
committed
doc: 增加虚拟化参数文档
1 parent b1cb106 commit eaf638a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3209,7 +3209,8 @@
32093209
"SelectsGenericDesc": "<p>Please refer to <a href=\"https://github.com/dotnetcore/BootstrapBlazor/issues/4497?wt.mc_id=DT-MVP-5004174\" target=\"_blank\">Design Ideas</a> to understand this feature. In this example, by selecting the drop-down box option, the value obtained is the <code>Foo</code> instance, and the value displayed in the text box on the right is the <code>Address</code> value of the <code>Foo</code> attribute</p><p>In this example, the <code>ValueEqualityComparer</code> and <code>CustomKeyAttribute</code> parameters are not set, and the <code>[Key]</code> tag of the <code>Id</code> attribute of <code>Foo</code> is used for equality judgment</p>",
32103210
"SelectsOnInputChangedCallback": "Callback method for converting input text into corresponding Value in edit mode",
32113211
"TextConvertToValueCallback": "Callback method when input text changes in edit mode",
3212-
"SelectsIsEditable": "Whether editable"
3212+
"SelectsIsEditable": "Whether editable",
3213+
"SelectsIsVirtualize": "Wether to enable virtualize"
32133214
},
32143215
"BootstrapBlazor.Server.Components.Samples.Sliders": {
32153216
"SlidersTitle": "Slider",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3209,7 +3209,8 @@
32093209
"SelectsGenericDesc": "<p>请参考 <a href=\"https://github.com/dotnetcore/BootstrapBlazor/issues/4497?wt.mc_id=DT-MVP-5004174\" target=\"_blank\">设计思路</a> 理解此功能。本例中通过选择下拉框选项,得到的值为 <code>Foo</code> 实例,右侧文本框内显示值为 <code>Foo</code> 属性 <code>Address</code> 值</p><p>本例中未设置 <code>ValueEqualityComparer</code> 以及 <code>CustomKeyAttribute</code> 参数,使用 <code>Foo</code> 属性 <code>Id</code> 的 <code>[Key]</code> 标签进行相等判定</p>",
32103210
"SelectsOnInputChangedCallback": "编辑模式下输入文本转换为对应 Value 回调方法",
32113211
"TextConvertToValueCallback": "编辑模式下输入文本变化时回调方法",
3212-
"SelectsIsEditable": "是否可编辑"
3212+
"SelectsIsEditable": "是否可编辑",
3213+
"SelectsIsVirtualize": "是否开启虚拟滚动"
32133214
},
32143215
"BootstrapBlazor.Server.Components.Samples.Sliders": {
32153216
"SlidersTitle": "Slider 滑块",

0 commit comments

Comments
 (0)