Skip to content

Commit a3a43ca

Browse files
committed
增加表头单元格点击事件
1 parent 0e49510 commit a3a43ca

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

designer-demo/public/mock/bundle.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13725,6 +13725,20 @@
1372513725
},
1372613726
"defaultValue": ""
1372713727
},
13728+
"onHeaderCellClick": {
13729+
"label": {
13730+
"zh_CN": "表头单元格点击时触发"
13731+
},
13732+
"description": {
13733+
"zh_CN": "表头单元格点击时触发"
13734+
},
13735+
"type": "event",
13736+
"functionInfo": {
13737+
"params": [],
13738+
"returns": {}
13739+
},
13740+
"defaultValue": ""
13741+
},
1372813742
"onCellClick": {
1372913743
"label": {
1373013744
"zh_CN": "单元格点击时触发"

materials/components/TinyGrid.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,6 +1342,20 @@
13421342
},
13431343
"defaultValue": ""
13441344
},
1345+
"onHeaderCellClick": {
1346+
"label": {
1347+
"zh_CN": "表头单元格点击时触发"
1348+
},
1349+
"description": {
1350+
"zh_CN": "表头单元格点击时触发"
1351+
},
1352+
"type": "event",
1353+
"functionInfo": {
1354+
"params": [],
1355+
"returns": {}
1356+
},
1357+
"defaultValue": ""
1358+
},
13451359
"onCellClick": {
13461360
"label": {
13471361
"zh_CN": "单元格点击时触发"

0 commit comments

Comments
 (0)