We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e25768 commit 3bc9ad3Copy full SHA for 3bc9ad3
examples/src/docs/zh/ve-table/column-hidden/instance-methods.md
@@ -106,14 +106,14 @@
106
for (let i = 0; i < 3; i++) {
107
data.push({
108
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,
+ col1: "col1-" + i,
+ col2: "col2-" + i,
+ col3: "col3-" + i,
+ col4: "col4-" + i,
+ col5: "col5-" + i,
+ col6: "col6-" + i,
+ col7: "col7-" + i,
+ col8: "col8-" + i,
117
});
118
}
119
this.tableData = data;
0 commit comments