ie中报'isColumn' 为空或不是对象

代码:

var grid = new Ext.grid.GridPanel({
renderTo: document.body,
frame: true,
title: '邮件回复',
height: 500,
store: store,
columns: [
{header: 'ContentPK', dataIndex: 'contentPK',sortable: true},
{header: 'msgPK', dataIndex: 'message.msgPK',sortable: true},
{header: '主题', dataIndex: 'subject',sortable: true},
{header: '内容', dataIndex: 'content'},
{header: '回复人', dataIndex: 'madePersonName'},
{header: '回复日期',dataIndex: 'madeDate', sortable: true},
{header: 'IP地址', dataIndex: 'remoteAddr'},
{header: '收件人(要回)', dataIndex: 'personNamesOfNeedReply'},
{header: '收件人', dataIndex: 'personNamesOfNotReply'},
],
stripeRows: true,
sm: new Ext.grid.RowSelectionModel({
singleSelect: true
}),
bbar: new Ext.PagingToolbar({
pageSize: 15,
store: store
})
});


是由于{header: '收件人', dataIndex: 'personNamesOfNotReply'},中多了一个逗号因起的,但firefox中不报错
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值