Splitter

13 Feb 20191 minute to read

You can resize the cube dimension browser and the axis element builder by setting the enableSplitter property to true. This property is disabled by default.

  • JAVASCRIPT
  • $("#PivotClient1").ejPivotClient({
                    //...
                    enableSplitter: true,
                });

    Left move of splitter in JavaScript pivot client control

    Resizing axis element builder in JavaScript pivot client control

    Right move of splitter in JavaScript pivot client control

    Resizing cube dimension browser in JavaScript pivot client control