Can we switch that behavior on and off for specific tables

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).

In setColSorting you can set
�na� for each column in grid � thus it will be not sortable. Sample:
mygrid.setColSorting(�na,na,na,na�);