+ 2
How to span row with 1.5 value? <td rowspan=1.5>
I need to create a row with 1.5 value for example, (<td rowspan="1.5">, plz help me with this, even Google doesn't have perfect answers for this, so I came here, I hope I'll get help here, thank you!
4 Answers
+ 6
Here is a working example
https://code.sololearn.com/W4oIfk9ujZj1
+ 5
Create <td rowspan=3> </td>. Create all other <td> s as <td class="blahblahblah">. Use this jQuery:
$(".blahblahblah").attr("rowspan" , "2");
+ 2
Thank you both sir for this, it really helps me đ
0
Use Normal Colspan But Adjust The Cell Sizes