question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for rowspan and colspan

See original GitHub issue

There 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:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
briandunzcommented, Apr 3, 2017

@simonbengtsson Hi Simon - our team is eagerly awaiting an update to this functionality. Any idea of when you might be releasing 3.0?

1reaction
simonbengtssoncommented, Feb 8, 2017

The rowspan and colspan feature will land in version 3.0 (currently done, but writing documentation for it)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found