Luckysheet icon indicating copy to clipboard operation
Luckysheet copied to clipboard

rowDeleteBefore 删除行 钩子函数无效 没有触发

Open lhtuling opened this issue 2 years ago • 0 comments

hook: {
    rowDeleteBefore: function (st, ed) {
        console.log("删除行", st, ed);
    }
}

右键删除后 没有效果

lhtuling avatar Jul 04 '22 15:07 lhtuling