Fillter/Sort the datas in ArrayStore ExtJS
Using a Grid component, 开发者_如何学运维we wish to sort and filter rows using hidden values. Sort and filters are working fine with visible values, but we have now changed the format used for display, and we wish to use previous values for sort and filtering.
We are using the ArrayStore, without any proxy. We are looking for a solution on the client side, in JavaScript only (no round trip to the server).
http://dev.sencha.com/deploy/dev/docs/?class=Ext.data.ArrayStore
suggest look at methods sort() and filter(), others also can be usefull
精彩评论