new Ext.grid.GridPanel({
ds = new Ext.data.GroupingStore({
proxy:proxy,
reader:jsreader,
remoteSort: true,
sortInfo:{field: 'MileID', direction: "ASC"}, 就是这个
groupField:'MileID' 就是这个
});
view: new Ext.grid.GroupingView({ 就是这个
forceFit:true 就是这个
}), 就是这个
本文详细介绍了如何使用Ext JS框架创建带有分组视图的GridPanel组件,包括配置数据集、设置远程排序及分组字段。
1798

被折叠的 条评论
为什么被折叠?



