-
Ext User
remoteSort
Hello,
Anyone knows if I can dynamic change the remoteSort to true or false?
Thanks a lot
----------------------------------------------------------
var store = new Ext.data.Store({
...
remoteSort: true
);
-
Sencha User
As far as I can tell, you should be able to directly change 'store.remoteSort = false' and have it take effect. I didn't see anything extra that it does when setting up to determine that it is sorted locally/remotely.
Give it a shot.
-
Ext User
Thank you
Thank you RWaters. I will try and let you know.
-
Ext User
Thank you very much!!!
-
Sencha User
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules