隐藏Easyui Datagrid中的某一列

一开始给的解决方案如下
$(‘#xx’).datagrid.(‘hideColumn’,’field’)
这也是easyui API中给出的解决方案,但是在这里并不管用,后来向组里的大神请教了以后,又换了另外一种方法
全部代码如下
{ field: ‘ck’, checkbox: true },
{
field: ‘LoginName’, title: ‘登录名’, align: ‘center’, width: 150
},
{
field: ‘UserName’, title: ‘显示名’, align: ‘center’, width: 100
},
{
field: ‘TelPhoneNum’, title: ‘手机号’, align: ‘center’, width: 150
},
{
field: ‘Telephone’, title: ‘办公电话’, align: ‘center’, width: 100
},
{
field: ‘RightOrgName’, title: ‘单位’, align: ‘center’, width: 150
},
{
field: ‘IP’, title: ‘IP地址’, align: ‘center’, width: 150
},
{
field: ‘EmailAddress’, title: ‘电子邮箱’, align: ‘center’, width: 200
},
{
field: ‘Sort’, title: ‘排序’, align: ‘center’, width: 200
}

                    ]],
                    pagination: true,
                    rownumbers: true,
                    singleSelect: true,
                    queryParams: {
                        condition: Condition,
                    },
                    onLoadSuccess: function () {
                        if (getcheckDBS == "1" && oAppId != 9) {
                            $('td[field="Telephone"]').hide();
                            $('td[field="IP"]').hide();
                            $('td[field="EmailAddress"]').hide();
                        }
                        if (getcheckDBS == "1") {
                            $('td[field="Telephone"]').hide();
                            $('td[field="IP"]').hide();
                            $('td[field="EmailAddress"]').hide();
                        }
                    }
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值