Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Mar 05, 2007 10:18
open dhtmlx forum
Can we switch that behavior on and off for specific tables (for some tables we wouldn't want this, since t...

Can we switch that behavior on and off for specific tables (for some tables we wouldn't want this, since the order isnt significant)? If so, we'd like to use a different CSS presentation for the headings when sorting is available and isn't (eg. highlight the heading on rollover when sorting is available).
Answer posted on Mar 05, 2007 10:19
In setColSorting you can set „na” for each column in grid – thus it will be not sortable. Sample: mygrid.setColSorting(“na,na,na,na”);
Answer posted by Alexandra (Support) on Dec 02, 2014 03:15

The information connected with php datagrid ajax and touch mobile app also can help you, so please check it too.