您好,我们学习指南的代码中有两行代码是将您数据透视表的结果进行面板同步的操作的:
- var panel = new GC.Spread.Pivot.PivotPanel("myPivotPanel", myPivotTable, document.getElementById("panel"));// 将数据透视表对象myPivotTable作为参数传进去即可
- panel.sectionVisibility(GC.Spread.Pivot.PivotPanelSection.fields + GC.Spread.Pivot.PivotPanelSection.area);
复制代码
因此,您在导入文件后,为该文件添加对应的透视表面板即可:
|