How to span row with 1.5 value? <td rowspan=1.5> | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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!

27th Feb 2018, 4:51 PM
Rohit Ninawe
Rohit Ninawe - avatar
4 Antworten
+ 6
Here is a working example https://code.sololearn.com/W4oIfk9ujZj1
27th Feb 2018, 6:53 PM
John Wells
John Wells - avatar
+ 5
Create <td rowspan=3> </td>. Create all other <td> s as <td class="blahblahblah">. Use this jQuery: $(".blahblahblah").attr("rowspan" , "2");
27th Feb 2018, 5:02 PM
DAB
DAB - avatar
+ 2
Thank you both sir for this, it really helps me 🙏
27th Feb 2018, 7:05 PM
Rohit Ninawe
Rohit Ninawe - avatar
0
Use Normal Colspan But Adjust The Cell Sizes
3rd Mar 2018, 1:03 PM
Shubh Gupta
Shubh Gupta - avatar