OlapBase
28 Sep 2017 / 1 minute to read
Requires
- module:jQuery-3.0.0.min.js
- module:ej.core.js
- module:ej.data.js
- module:ej.touch.js
- module:ej.waitingpopup.js
- module:ej.pivotgrid.js
- module:ej.pivotpager.js
- module:ej.olap.base.js
Methods
getJSONData()
This function gets the datasource, action and grid layout for rendering the PivotGrid.
Example:
export AppComponent {
ngAfterViewInit(){
let args = controlInfo;//contains the information about the action performed
ej.olap.getJSONData(args, dataSource, controlObj);
}
}
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page