extjs 改变store默认的url

grid.getStore().proxy = new Ext.data.HttpProxy( {
url : 'userList.action'
});
grid.getStore().reload( {
params : {
start : 0,
limit : 25,
name : name
}
});
大功告成!
有不懂的地方说出来哈,不定时回复

你可能感兴趣的:(ext)