How to add colspan in table header | XM Community
Skip to main content

Hello Community,
I'm working with side-by-side question and I'm trying to add 3 colspan in upper-left table header
image.png

ricsdpl
You can add another column for just those 3 and remove the separator via CSS mentioned below, it would look like this:
image.png
.Skin .SBS .Separator1 {
display: none;
}
I hope it helps!


Leave a Reply