使用1
//在使用groupStore前,要保证panel也有groupingPanel型
var groupStore = new Ext.data.GroupingStore({
proxy: proxy,
reader: reader,
groupField: "Sex",
sortInfo: {field: "Sex", direction: "DESC"}
});
使用1
//在使用groupStore前,要保证panel也有groupingPanel型
var groupStore = new Ext.data.GroupingStore({
proxy: proxy,
reader: reader,
groupField: "Sex",
sortInfo: {field: "Sex", direction: "DESC"}
});