Defer Update
28 Jun 2017 / 1 minute to read
IMPORTANT
This feature is applicable for OLAP datasource only at Server Mode.
Defer Update support allows you to refresh the control only on-demand and not during every UI interaction.
<div ng-controller="PivotGridCtrl">
<div id="PivotGrid1" ej-pivotgrid e-url="url" e-pivotTableFieldListID="pivotTableFieldListID" />
<div id="PivotSchemaDesigner1" ej-pivotschemadesigner="" e-olap="olap" ></div>
</div>
<script>
angular.module("PivotGridApp",["ejangular"]).controller('PivotGridCtrl', function ($scope)
{
$scope.url = "/Olap";
$scope.pivotTableFieldListID = "PivotSchemaDesigner1";
});
</script>
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