I know that vertical align method of column is GRID.setColVAlign()
but, I want to align of vertical in the column header.
How to do I ?
Default align for column headers defined in dhtmlxgrid.css
If you creating grid by js commands, you can use 3rd parameter of setHeader
grid.setHeader(“a,b,c”,null,[“vertical-align:top;”,“vertical-align:middle;”,“vertical-align:bottom;”]);