Span css styling

Hi Team,

Create spans conflicts with grid.addRowCss() is there a way to get this corrected ?
or do I have to use grid.getCss() and apply that to spans I create ?

Code Snippet - refer this snippet in short I want that red border stretched all the way to first column

Any ideas kind of a blocker for me ?

Hi @Bunny,
To make it work you should add this css class in the array of span configuration
Please, check the snippet: Code Snippet

Thanks @pyrus_vagus great help, also can you confirm there is no way I can sync the span classes with underlying cell ? like say I don’t want to manually add css class but Webix can automatically assign classes based on some flag

@Bunny you can try to use condition instead of the css class name in the array of span configuration:

(some condition)? "borderClass": ""