x-spreadsheet 下拉框选择选项后,没有触发cell–edited事件

pbpqsu0x  于 5个月前  发布在  其他
关注(0)|答案(1)|浏览(76)

配置validations后,有下拉框了,但是下拉选择选项没有触发cell–edited事件

8iwquhpp

8iwquhpp1#

可以了,自己自定义了一个事件
validation–selected
在editor.js里面的suggestItemClick添加
this.sheet.trigger(自定义事件名称,回调函数)就可以了
实例化editor的时候,记得把sheet的实例传给editor

相关问题