Support for rowspan and colspan
See original GitHub issueThere is an example of how to make rowspans and colspans with the hooks in examples/examples.js
. But it is quite cumbersome so it would be nice to have native support.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Table Rowspan And Colspan In HTML Explained (With ...
Both colspan= and rowspan= are attributes of the two table-cell elements, <th> and <td> . They provide the same functionality as “merge cell”...
Read more >HTML Table Colspan & Rowspan
To make a cell span over multiple columns, use the colspan attribute: ... Note: The value of the rowspan attribute represents the number...
Read more >How do you use colspan and rowspan in HTML tables?
Colspan The colspan attribute defines the number of columns a cell should span (or merge) horizontally. That is, you want to merge two...
Read more >What are table rowspan and colspan in HTML?
The rowspan and colspan are the attributes of <td> tag. These are used to specify the number of rows or columns a cell...
Read more >HTML5 and CSS3 beginner tutorial 35 - Colspan and Rowspan
... or " assistance " on school or university projects. I am not an online support service, and I'm not interested in setting...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@simonbengtsson Hi Simon - our team is eagerly awaiting an update to this functionality. Any idea of when you might be releasing 3.0?
The rowspan and colspan feature will land in version 3.0 (currently done, but writing documentation for it)