contentPane.curLGP.getTDRow(contentPane.curLGP.currentTDCell)
contentPane.curLGP.getTDCol(contentPane.curLGP.currentTDCell)
如果是获取行列号,写入加载结束事件:
contentPane.on("cellselect", function(td) {
var row =contentPane.curLGP.getTDRow(td);
var col =contentPane.curLGP.getTDCol(td);
window.row=row;
window.col=col;
});
https://help.finereport.com/doc-view-1209.html
--------------------------
跳转.cpt