Splitter

28 Jun 20171 minute to read

IMPORTANT

This feature is not applicable for OLAP datasource bound from server-side.

You can resize Cube Dimension Browser and Axis Element Builder by setting enableSplitter property to true.This property is disabled by default.

  • JAVASCRIPT
  • <div ng-controller="PivotClientCtrl">
        <div id="PivotClient1" ej-pivotclient  e-enableSplitter="true" />
    </div>