CSS problem with table-bordered and rowspan in last TH
CSS problem with table-bordered and rowspan in last TH
Hi,
Context :
I use datatable with bootstrap 4 beta 2.
The table have the table-bordered class and I use rowspan and colspan for TH in the thead of this table.
Problem :
I have two TR in my THEAD, in the first line the last TH have rowspan attribute equals to 2.
The problem is for the last TH in the second line, this TH is display with no border-right beacause is considered last element. Indeed this TH is the last element in the DOM but not on display because of the TH with rowspan=2 in the first line.
JSFiddle link :
https://jsfiddle.net/frzqpne1/2/
Thanks in advance,
Pok
Replies
Thanks for pointing that out. I'm not immediately sure what the correct fix for this will be, but I'll look into it and post back once I have had a chance to do so.
Allan
Thanks for your feedback and congrats for your work.
Plok