`

Ext grigtree排序

 
阅读更多
var mStore = Ext.create('Ext.data.TreeStore', {
		fields : [ 'nodeId', 'nodeName],
		proxy : {
			type : 'ajax',
			url : ''
		},
		sorters: [{property:'nodeId', direction: 'asc'}]
	});

 sorters 排序作用

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics