Show Except these components - 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: Show Except these components (/showthread.php?tid=447) |
Show Except these components - rubeena.hajira - 12-23-2022 How to show the components Except selected components which are to be not shown? · This is to be written on the Dashboard script area. · This script will show the components except those which are mentioned here(“( [ "Bar_1", "Column_2" ] )”). sdk.showAllComponentExcept( [ "Bar_1", "Column_2" ] ); |