I’ve a got a grid with a lot of columns, and I would like making my grid lisible for netbook users. The solution proposed is to rotate titles in header. For this solution, i found css-properties :
I used
.gridbox .hdr td {
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
}
It looks like it rotated. The problem is that the header height is too small, it chopped off part of the rotated text. How to make the header height larger?
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan