How to add colspan in table header | XM Community

How to add colspan in table header

  • 24 October 2022
  • 1 reply
  • 14 views

Badge +2

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


1 reply

Userlevel 7
Badge +36

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