108
Views
6
Comments
Solved
To merge two header cells using Colspan

I am having a table and need to merge two header cells using "colspan" property. I have merged the cells but I am getting the header part of merged cell on the right side. How to get rid of that. I'll attach the sample snap for this issue below.

2023-11-22 10-51-50
Jozy Sohail
Solution

Hi Priya,

Please try adding a style class to the header cell like this 

and add display:none property with !important in that class.

Thanks

2024-05-08 06-29-37
Prince Aadil Khan Panwar

Hi Priya Mv

i will suggest just use the button and text into the same column.  

thanks

Prince

2023-11-22 10-51-50
Jozy Sohail

Hi 

You can give the style property to that header like this

Hope it helps.

Thanks.

UserImage.jpg
Priya Mv

 It's not working, still I am getting the header cell alone as shown in above snap.


2023-11-22 10-51-50
Jozy Sohail
Solution

Hi Priya,

Please try adding a style class to the header cell like this 

and add display:none property with !important in that class.

Thanks

UserImage.jpg
Priya Mv
2023-11-22 10-51-50
Jozy Sohail
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.