Forums
Hide & show component - Printable Version

+- Forums (https://bdn.bdb.ai)
+-- Forum: BDB Knowledge Base (https://bdn.bdb.ai/forumdisplay.php?fid=13)
+--- Forum: BDB Dashboards Designer (https://bdn.bdb.ai/forumdisplay.php?fid=43)
+---- Forum: BDB Designer Q & A (https://bdn.bdb.ai/forumdisplay.php?fid=16)
+---- Thread: Hide & show component (/showthread.php?tid=389)



Hide & show component - mohd.gulam - 12-22-2022

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)