Skip to content

Commit

Permalink
Merge pull request #130 from Xavier9896/main
Browse files Browse the repository at this point in the history
fix: 修复 模板中心 多列行合并示例 失效问题
  • Loading branch information
Xavier9896 authored Jul 17, 2024
2 parents 2ec8c3f + a4613f8 commit 9a06044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/demo/templates/template-files/template7.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const json = {
coordinateSync: false,
widthHeightSync: false,
field: "tableData",
rowsColumnsMerge: (
rowsColumnsMerge: `(
row,
col,
colIndex,
Expand Down Expand Up @@ -133,7 +133,7 @@ export const json = {
else {
return [1, 1];
}
},
}`,
right: 564.49609375,
bottom: 93.75,
vCenter: 289.49609375,
Expand Down

0 comments on commit 9a06044

Please sign in to comment.