码迷,mamicode.com
首页 > 其他好文 > 详细

jqgrid 让隐藏的列在编辑状态时出现且可编辑

时间:2017-08-08 19:44:36      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:hidden   editable   width   ext   class   nbsp   设置   ack   div   

有时,我们需要隐藏一个列数据,但在启动编辑时又能够被编辑。

1、设置列为编辑:editable: true

2、设置 editrules属性值为: edithidden: true

        colModel: [{
                      label: ‘筛选说明‘,
                      name: ‘Remark‘,
                      width: 120,
                      editable: true,
                      edittype: "textarea",
                      //edittype: "text",
                      hidden: true,//隐藏字段
                      editrules: { edithidden: true }//让隐藏字段可编辑,编辑时显示
                  }]

 

jqgrid 让隐藏的列在编辑状态时出现且可编辑

标签:hidden   editable   width   ext   class   nbsp   设置   ack   div   

原文地址:http://www.cnblogs.com/senyier/p/7308094.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!