I have this table:
| row1 | aaaa |
-
2020-12-19 10:54
If you are forced only to use CSS you can play with rotate :)
#table {
transform:rotate(90deg);
}
#table th, #table td{
transform:rotate(-90deg);
}
td {
height: 50px;
}
| row1 | aaaa |
| row2 | bbbb | bbbb | bbbb |
| row3 | bbbb | bbbb | bbbb |