{
xtype : 'fieldset',
title : '历史记录',
collapsible : true,
items : [ {
xtype : 'gridpanel',
store : 'ComInfoHistoryStore', //Store
id : 'acceptComInfoGrid',
title : '',
columns : [ {
xtype : 'rownumberer'
}, {
dataIndex : 'infoStautsView',
text : '状态'
}, {
dataIndex : 'comPosition',
text : '故障位置',
flex : 1
}, {
dataIndex : 'comName',
text : '投诉人',
width : 65
}, {
width : 135,
dataIndex : 'comDate',
text : '投诉时间'
} ],
dockedItems : [ {
xtype : 'pagingtoolbar', // 分页插件
store : 'ComInfoHistoryStore',//Store
dock : 'bottom',
displayInfo : true
} ]
} ]
}
多到网上查查吧!不要一开口就要代码什么的,介绍个教程给你,里边有你想要的东西。——“ 轻松搞定ExtJs ”教程