Check documentation for the latest version of dhtmlxSuite setColSorting DHTMLX Docs

setColSorting

sets the types of column sort

void setColSorting(string sortStr);
sortStrstringa list of sort codes with the default delimiter

Example

mygrid.setColSorting("int,str,date,na,sortingFunction")

Details

the available sort types are: str, int, date, na or function object for custom sorting

Back to top