Wednesday, January 18, 2012

DHTMLX Grid -> Vertical Align Cell Text

CSS
div.gridbox table.obj td {
    vertical-align: top;
}

OR JS

myGrid.setCellTextStyle(rowId, cellIndex, "vertical-align:top;padding-top:2px");

Labels: ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home