Forums

Full Version: Hide & show component
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hide component:This sdk method is used to hide particular component with respect to click on a label.

* Method : sdk.hideComponent("bar_1")
  Argument:Component_id as string(used to hide single component)

* Method : sdk.hideComponent("bar_1","column_2")
   Argument:Component_id as string(used to hide multiple component)


Show component:This sdk method is used to show particular component with respect to click on a label.

* Method :  sdk.showComponent("bar_1")
   Argument:Component_id as string(used to show single component)

* Method : sdk.showComponent("bar_1","column_2")
   Argument:Component_id as string(used to show multiple component)