增加自定义添加行按钮,pc端可正常添加,手机端报错,contentPane.appendReportRC is not a function
这个移动端不支持,移动端js支持参考
App 端的 JS 接口-https://help.fanruan.com/finereport/doc-view-586.html
要么使用自带插入行按钮
var self = this; FR.Msg.prompt("请输入行数", "", "", function(value) { _g().appendReportRow(self.options.location, self.options.reportIndex,value);});