Skip to content

Commit 3bc9ad3

Browse files
committed
refine doc
1 parent 5e25768 commit 3bc9ad3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

examples/src/docs/zh/ve-table/column-hidden/instance-methods.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@
106106
for (let i = 0; i < 3; i++) {
107107
data.push({
108108
rowKey: i,
109-
col1: i,
110-
col2: i,
111-
col3: i,
112-
col4: i,
113-
col5: i,
114-
col6: i,
115-
col7: i,
116-
col8: i,
109+
col1: "col1-" + i,
110+
col2: "col2-" + i,
111+
col3: "col3-" + i,
112+
col4: "col4-" + i,
113+
col5: "col5-" + i,
114+
col6: "col6-" + i,
115+
col7: "col7-" + i,
116+
col8: "col8-" + i,
117117
});
118118
}
119119
this.tableData = data;

0 commit comments

Comments
 (0)