Posted in Javascript onJanuary 27, 2013
在Extjs中的GridPanel会有这样的情况,隐藏列会显示在menuDisabled中 如下图:
但是这个一般没有什么用处,只是用于后台取值的作用。
so
加一个属性:hideable:false就可以搞定了
{ header: "attendanceId", dataIndex: "attendanceId", hideable: false, hidden: true },
Extjs中的GridPanel隐藏列会显示在menuDisabled中解决方法
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@