Skip to content

Commit cd0e52b

Browse files
committed
refine doc
1 parent e46ebc9 commit cd0e52b

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

examples/src/docs/en/ve-table/cell-edit/combine-column-fixed.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,14 @@
128128
for (let i = 0; i < 100; i++) {
129129
data.push({
130130
rowKey: i,
131-
col1: i,
132-
col2: i,
133-
col3: i,
134-
col4: i,
135-
col5: i,
136-
col6: i,
137-
col7: i,
138-
col8: i,
131+
col1: `A` + i,
132+
col2: `B` + i,
133+
col3: `C` + i,
134+
col4: `D` + i,
135+
col5: `E` + i,
136+
col6: `F` + i,
137+
col7: `G` + i,
138+
col8: `H` + i,
139139
});
140140
}
141141
this.tableData = data;

examples/src/docs/zh/ve-table/cell-edit/combine-column-fixed.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,14 @@
128128
for (let i = 0; i < 100; i++) {
129129
data.push({
130130
rowKey: i,
131-
col1: i,
132-
col2: i,
133-
col3: i,
134-
col4: i,
135-
col5: i,
136-
col6: i,
137-
col7: i,
138-
col8: i,
131+
col1: `A` + i,
132+
col2: `B` + i,
133+
col3: `C` + i,
134+
col4: `D` + i,
135+
col5: `E` + i,
136+
col6: `F` + i,
137+
col7: `G` + i,
138+
col8: `H` + i,
139139
});
140140
}
141141
this.tableData = data;

0 commit comments

Comments
 (0)