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

How to add colspan in table header

  • October 24, 2022
  • 1 reply
  • 27 views

Forum|alt.badge.img+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

Deepak
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+46
  • October 24, 2022

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!