Use the wj-pivot-panel directive as a data source for
wj-pivot-grid and wj-pivot-chart directives
to add pivot tables and charts to your AngularJS applications.
Directive and parameter names must be formatted as lower-case with dashes
instead of camel-case. For example:
AngularJS directive for the PivotPanel control.
Use the wj-pivot-panel directive as a data source for wj-pivot-grid and wj-pivot-chart directives to add pivot tables and charts to your AngularJS applications.
Directive and parameter names must be formatted as lower-case with dashes instead of camel-case. For example:
<wj-pivot-panel control="thePanel" items-source="rawData"> </wj-pivot-panel> <wj-pivot-grid items-source="thePanel" show-detail-on-double-click="false" custom-context-menu="true"> </wj-pivot-grid>The wj-pivot-panel directive supports the following attributes: