mad1 - Hi Team, Is there any way to disable or ...
Hi Team, Is there any way to disable or hide buttons in the ThoughtSpot Embed, for example hiding or disable the save button so that no changes from business users are able to make any kind of changes. Can we do this ?
2 Replies
You can mention actions https://developers.thoughtspot.com/docs/Enumeration_Action in hidden/visible/disabled actions in a config. More info in the link
Action
ThoughtSpot application pages include actions and menu commands for various user-initiated operations. These actions are represented as enumeration members in the SDK. To show, hide, or disable specific actions in the embedded view, define the Action enumeration members in the
disabledActions
, visibleActions
, or hiddenActions
array.Okay, That was helpfull @shikharTS , Thank You