参见 [url]http://blog.youkuaiyun.com/jpr1990/article/details/6887976[/url]
inline edit无法做到,
form edit 可以
inline edit无法做到,
form edit 可以
colModel : [ {
name : 'propertyId',
index : 'propertyId',
width : 55,
editable:true,
editoptions:{readonly:true,size:10}
},
{
name : 'name',
index : 'name',
width : 200,
editable: true
}
]
本文介绍如何使用EasyUI的formedit功能实现表格编辑,并通过colModel设置特定列的只读属性。具体展示了如何配置colModel参数以达到预期的编辑效果。
994

被折叠的 条评论
为什么被折叠?



