怎么用单元格添加js 实现点击删除行与提交入库动作?不用按钮
js删除行
其中col,ro在参数那边定义
col=公式col()-1
ro=公式row()-1
var cell=FR.columnRow2CellStr({col: col, row: ro});
contentPane.deleteReportRC(cell);
_g().verifyAndWriteReport();
https://help.fanruan.com/finereport/doc-view-2279.html