读书人

PropertyGrid 除开列排序

发布时间: 2012-08-27 21:21:57 作者: rapoo

PropertyGrid 去除列排序

只为自用方便!

?

?

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

?

?

?

读书人网 >Web前端

热点推荐