rahuldhomane
10-20-2022ETL
Hide Dashboard Title
Is there a way to hide the dashboard title?
Regards,
Rahul D
Hi rahuldhomane ,
Try this script:
dashboard.on('refreshend', function(d, args) { $('.toolbar-breadcrumbs').css('display','none','important'); }) dashboard.on('refreshstart', function(d, args) { $('.toolbar-breadcrumbs').css('display','none','important'); })Best regards,
Angelina