[]
SpreadJS allows you to set the widget's border using CSS.
This sample sets a border using CSS.
// Changing the border using css. .spread { border-style: solid; border-width: 1px; border-color: red; }