标签: jqgrid
如何阻止用户手动调整jqGrid列的大小?
您可以从false event handler返回resizeStop吗?
false
resizeStop
答案 0 :(得分:13)
Look at the documentation for the columns
列上有“resizable”属性,您可以将其设置为false以防止调整列的大小。