DHTMLX Grid : Sort Rows, Columns

Hi,

Can I sort ALL rows by a particular type ?

Can I sort ALL columns by a particular type ?


You can sort rows by values of any column, as


grid.sortRows(column_index);
dhtmlx.com/docs/products/dhtmlxG … d_art_sort



dhtmlxGrid doesn’t support sorting by columns.