var b = window.num;//_g().getCellValue(0,0,0)
var cell = contentPane.curLGP.getTDCell(0,b-1); // 单元格位置
contentPane.curLGP.selectTDCell(cell); // 聚焦
contentPane.appendReportRC(1);
这段JS什么意思啊。或者还有没有其他实现的方法呢?
标准的就是想插哪行插哪行
插入和删除行列 https://help.fanruan.com/finereport/doc-view-536.html
JS自定义插入和删除行按钮 https://help.fanruan.com/finereport/doc-view-595.html
填报预览专有- FineReport帮助文档 - 全面的报表使用教程和学习资料
在最后面新增一列插入按钮,放一个插入控件,挺方便的,缺点就是不太好看。