首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

PropertyGrid 除开列排序

2012-08-27 
PropertyGrid 去除列排序只为自用方便!??Ext.grid.PropertyGrid.prototype.setSource function(source)

PropertyGrid 去除列排序

只为自用方便!

?

?

Ext.grid.PropertyGrid.prototype.setSource = function(source) {
??delete this.propStore.store.sortInfo;
??this.propStore.setSource(source);
};

?

?

?

热点排行