12-23-2022, 07:07 AM
(This post was last modified: 12-23-2022, 10:50 AM by rubeena.hajira.)
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" ] );
· 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" ] );