cancel
Showing results for 
Search instead for 
Did you mean: 
intapiuser
Community Team Member
Community Team Member
In order to add borders between the widgets at the dashboard you will need to use the following script:
/ Dashboard script
var widgetPadding = '0px 3px 0px 0px';
var widgetBorderRStyle = 'solid';
var widgetBorderColor = '#f2f2f2';

dashboard.on('refreshend', function(sender, ev){
$('widget.columnar').css('padding', widgetPadding); // Add Padding between widgets
$('widget.columnar').css('border-right-style', widgetBorderRStyle); // Add Right Border - Between widgets
$('widget.columnar').css('border-color', widgetBorderColor); // Add Border Color
});
Version history
Last update:
‎03-02-2023 09:07 AM
Updated by:
Contributors
Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Developers Group:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

The Legal Stuff

Have a question about the Sisense Community?

Email [email protected]

Share this page: