Check documentation for the latest version of dhtmlxSuite setColAlign DHTMLX Docs

setColAlign

aligns values in columns

void setColAlign(string alStr);
alStrstringa list of align values (possible values are: right,left,center,justify). Default delimiter is ","

Example

mygrid.setColAlign("right,left,center,justify")

Back to top