Skip to content

Commit 7e4178c

Browse files
committed
Update spreadsheet.vue
1 parent 1bc21a7 commit 7e4178c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/src/demo/spreadsheet.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export default {
117117
// is operation column
118118
operationColumn: true,
119119
title: "#",
120-
width: 30,
120+
width: 35,
121121
fixed: "left",
122122
renderBodyCell: this.renderRowIndex,
123123
},
@@ -153,7 +153,7 @@ export default {
153153
},
154154
initTableData() {
155155
let tableData = [];
156-
for (let i = 0; i < 100; i++) {
156+
for (let i = 0; i < 5000; i++) {
157157
let dataItem = {
158158
rowKey: i,
159159
};

0 commit comments

Comments
 (0)