sets the types of column sort
sortStr | string | a list of sort codes with the default delimiter |
mygrid.setColSorting("int,str,date,na,sortingFunction")
the available sort types are: str, int, date, na or function object for custom sorting
Back to top