Support adding an ID to table, row, and cell.
See original GitHub issueIs 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:
- Created 4 years ago
- Reactions:4
- Comments:6 (1 by maintainers)
Top 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 >
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 Free
Top 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
I need the same feature for the testautomation to find the cells.
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.