unsortable header获取ui-jqgrid-sortable css类,如何更改它?

时间:2011-07-05 10:50:03

标签: jquery jquery-ui jqgrid

colModel :[ 
    {name:'action', index:'action', width:220,
     sortable:false, formatter:valueToActionFormatter}
]

当我指定sortable选项false时,标题仍会获得ui-jqgrid-sortable css类。谷歌称setColProp可以解决这个问题。但怎么办呢?有什么想法吗?

1 个答案:

答案 0 :(得分:5)

你是对的。这不是很好,ui-jqgrid-sortable定义cursor:pointer而不是cursor:default。你并不是第一个这么认为的人。您可以在我为the demo创建的the answer中找到解决方法。

更新free jqGrid 4.8中不存在光标在不可排序列上的问题。