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 adding an ID to table, row, and cell.

See original GitHub issue

Is your feature request related to a problem? Please describe. For styling and testing purposes, it is necessary to be able to add an ID to the table and each row and cell.

Describe the solution you’d like Having an id property that can be set would solve this. For the table, this property should be able to be set directly, in the same manner as title. For the rows, it seems appropriate that the property should specify a prefix and then have the row number appended to it. The same could apply for cells, or the calculated ID for the row could be used and further append the column number to it. Within the column configuration, a column ID should also be able to be specified.

Describe alternatives you’ve considered n/a

Additional context n/a

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
panipinakacommented, Nov 6, 2020

I need the same feature for the testautomation to find the cells.

0reactions
stale[bot]commented, Sep 29, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You can reopen it if it required.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I set the ID of a newly created table Row or cell?
add row in bottom Table and set dynamic ID. nice and neat way: var newTr = $("<tr id="+e+"></tr>"); $("#TableID").append(NewTr);.
Read more >
HTML table id Attribute - Dofactory
A <table> element with a unique id attribute. Clicking the button displays the number of rows in the table -- both header and...
Read more >
<tr>: The Table Row element - HTML - MDN Web Docs - Mozilla
Having the first row's "Name", "ID", and "Balance" heading cells span two rows using the rowspan attribute, making them each be two rows...
Read more >
How can I give an “id” to a connected cell? - WordPress.org
Hi Tobias, I have a table showing range of things(rows) apply to categories (columns). And I have a lot of cells connected vertically...
Read more >
Tables in HTML documents
Table rows : The TR element; Table cells: The TH and TD elements ... the number of columns in a table), extra row...
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