easyUI 中datagrid 返回列隐藏方法

easyui的datagrid方法返回的列,有的值不需要显示可以使用hidden(属性进行隐藏)

columns : [ [{
field : 'bailClass',
title : '类别',
width : 50,
align : 'center',
formatter : returnFtt
},{
field : 'agencyName',
title : '市场名称',
width : 50,
align : 'center'
},{
field : 'agencyId',
title : '市场ID',
width : 50,
align : 'center',
hidden : true
},{
field : 'canUseMoney',
title : '可用余额',
width : 50,
align : 'center'
}
上一篇:控制台游戏引擎CGE——贪吃蛇


下一篇:Core Java 学习笔记——1.术语/环境配置/Eclipse汉化字体快捷键/API文档