隐藏girdpanel 的title

本文介绍了一个使用ExtJS框架配置网格面板的具体实例。该网格面板包含MSISDN、IMSI及URL三列数据,并详细设置了面板的各项属性,如高度自适应、禁止列拖动与调整宽度等功能。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >


imsigrid = new Ext.grid.GridPanel(
{
renderTo:'imsi-grid',
/**
* header 配置项
* True表示为显式建立头部元素,false则是跳过创建。
* 缺省下,如不创建头部,将使用title的内容设置到头部去,如没指定title则不会。
* 如果设置好title,但头部设置为false,那么头部亦不会生成。
*/
header : false,
title : '小区用户号码',
autoHeight:true,
anchor:'100%',
store: imsiStore,
overflow:'auto',
trackMouseOver:false,
disableSelection:true,
enableColumnMove:false,
enableColumnResize:false,
// 隐藏列菜单
enableColumnHide : false,
loadMask: true,
viewConfig:{
// autoFill:true
},
columns:[
{
header: "MSISDN",
dataIndex: 'msisdn',
align:'center',
width:300,
sortable: true
},
{
header: "IMSI",
dataIndex: 'imsi',
align:'center',
width:300,
sortable: true
},
{
header: "URL",
dataIndex: 'url',
align:'center',
renderer: renderUrl,
width:400,
sortable: true
}
]
});
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值