Articles in this section
Category / Section

How to hide Toolbar, Cube Selector and AxisElementBuilder in OLAP Client?

1 min read

This KB illustrates that how to hide Toolbar, Cube Selector and AxisElementBuilder in Pivot Client

Solution:

You can hide the toolbar options like cube selector, cube dimension browser and axis element builder in “ajaxComplete” function through the following code example.

JS

$(document).ajaxComplete(function () {
   $(".csHeader").hide();
   $(".cubeTable").hide();
   $(".newReportImg, .loadReportImg, .addReportImg, .removeReportImg").hide();
});

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied