免费的jqgrid包含定义为
的操作列{
"hidden":false,
"label":"",
"name":"_actions",
"width":72,
"align":"left",
"template":"actions",
"fixed":false,
"resizable":true,
"formatoptions": {
"editbutton": false,
"delbutton": true,
"delOptions": {
"url":"Delete"
}
}
}
可以使用列标题中的双击自动调整单个列的大小。如果在操作列标题中双击,如何自动调整所有列的大小。
应该捕获此区域中的双击和双击事件,并且应按照JQGRID autowidth of column header and column value based on size
中的答案中所述调用jqgridautoResizeAllColumns()
方法