setTimeout(function() { var chart = duchamp.getWidgetByName("表格1").getCell(16,2).getChartWithIndex(0); chart.sortChart(1); },1000); 在表格组件中设置了初始化事件,执行时提示 duchamp.getWidgetByName(...).getCell(...).getChartWithIndex is not a function 请问是我写的有问题,还是getChartWithIndex()在fvs中不支持? 由于排序的值字段是在设计器中计算出来的,不太方便直接用sql排序,是否有其他的排序方法? 而且也不知道为什么,表格的排序和图表的排序不一样 |