Luckysheet cellRightClickConfig的customs增加自定义属性的属性是删除了吗,搜资料貌似以前有,希望能增加此功能

laawzig2  于 1个月前  发布在  其他
关注(0)|答案(2)|浏览(28)

options: {
cellRightClickConfig: {
customs: [
//自定义右键菜单
{
title: "自定义菜单",
onClick: (clickEvent, event, params) => {
console.log(params);
},
},
],
},
},

vkc1a9a2

vkc1a9a21#

这个问题你解决了吗?

j1dl9f46

j1dl9f462#

用了老版本…

---- 回复的原邮件 ---- | 发件人 | ***@***.***> | | 日期 | 2023年08月08日 17:30 | | 收件人 | ***@***.***> | | 抄送至 | ***@***.***>***@***.***> | | 主题 | Re: [dream-num/Luckysheet] cellRightClickConfig的customs增加自定义属性的属性是删除了吗,搜资料貌似以前有,希望能增加此功能 (Issue #1144) | 这个问题你解决了吗? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: ***@***.***>

相关问题