日期:2014-05-16 浏览次数:20409 次
var grid = Ext.create('Ext.grid.Panel', { store: store, columns: [ { header: '序号', dataIndex: 'xuhao', sortable : false, width: 100 } , { header: '名称', dataIndex: 'Name', sortable : false, width: 100 } , { header: '结果', columns:[ { header: '本月', dataIndex: 'curMonth', sortable : false, width: 150 } , { header: '本年', dataIndex: 'curYear', sortable : false, width: 150 }] } , { header: '备注', dataIndex: 'note', sortable : false, width: 150 } ] });