Skip to content

Commit f3b3862

Browse files
committed
refine doc
1 parent 1390f0a commit f3b3862

File tree

2 files changed

+2
-2
lines changed
  • examples/src/docs

2 files changed

+2
-2
lines changed

examples/src/docs/en/ve-table/api/db.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ export const db = {
584584
},
585585
{
586586
param: "minRowHeight",
587-
desc: `The min row height (PX). The smaller the value is, the more row is displayed in the table visualization range. It can be set according to the actual minimum height`,
587+
desc: `The min row height (PX). The smaller the value is, the more row is rendered in the table visualization range. It can be set according to the actual minimum height`,
588588
type: "<code>Number</code>",
589589
optionalVal: "-",
590590
default: "42",

examples/src/docs/zh/ve-table/api/db.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ export const db = {
584584
},
585585
{
586586
param: "minRowHeight",
587-
desc: `最小行高(px)。值越小,可视化范围显示数据越多,具体根据实际最小高度设置即可`,
587+
desc: `最小行高(px)。值越小,可视化范围渲染的数据越多,具体根据实际最小高度设置即可`,
588588
type: "<code>Number</code>",
589589
optionalVal: "-",
590590
default: "42",

0 commit comments

Comments
 (0)