We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

Disabled view

Answered
Bilguun asked on February 12, 2020

Hello dear Flexmonster support,
Is it possible read only or disabled view current pivot ? Reason is i have some data and those data for guest users.
Thank you

2 answers

Public
Vera Didenko Vera Didenko Flexmonster February 12, 2020

Hello, Bilguun,
 
Thank you for writing to us.
 
A read-only (disabled) view can be achieved by configuring the global object and setting the showFilter, dragging, configuratorButton, sorting, and drillThrough options to false:

global: {
options: {
grid: {
showFilter: false,
dragging: false
},
configuratorButton: false,
sorting: false,
drillThrough: false
}
}

Here is a JSFiddle example for illustration: https://jsfiddle.net/flexmonster/ge35b4fk/
 
Please let us know if this works.
 
Best regards,
Vera

Public
Bilguun March 5, 2020

Thank you Vera

Please login or Register to Submit Answer