Snippets tagged “tables”
2 snippets use this tag.
- How to Add Multiple <tbody> Elements in the Same TableHTML
A <table> can have multiple <tbody> elements each of them specifying a row group. Read this snippet to see how to add several <tbody> elements in the same table.
- How to Set the Table Column Width Regardless of the Text Amount in its CellsHTML
Sometimes, when the text in one of the cells of the column is too long, the column’s width change. Read this snippet to find out how to overcome this problem.