标签:style io ar sp div c on cti r
//编辑表格 function editRow(rowIndex) { $(‘#tt‘).datagrid(‘cancelEdit‘, lastIndex); $(‘#tt‘).datagrid(‘beginEdit‘, rowIndex); lastIndex = rowIndex; $(‘#tt‘).datagrid(‘getEditor‘, { index: rowIndex, field: ‘VAL_NAME‘ }).disabled(); return false; } |
easyui datagrid editor 特定列disabled
标签:style io ar sp div c on cti r
原文地址:http://www.cnblogs.com/hbhzz/p/4010700.html