Description
User eXtention that provides a proxy for local / in-browser data structures with support for: paging / sorting / filtering / etc.
Status
Stable
Forum Thread
Ext Forum Thread: http://extjs.com/forum/showthread.php?p=56759
Source
Note that the js is not minified so it is readable. See Ext.ux.data.PagingMemoryProxy.js.
TODO
Todo / Future Thought
- Anybody has a wish list ?? if so please add to the forum thread
Download
PagingMemoryProxy is part of one of the locale examples i wrote for the official Ext distribution, you can find it under the Ext/examples/locale folder. The User eXtension will be further developed here and can be downloaded at the url below.
See http://ido.nl.eu.org/ext-pagingmemoryproxy/ for a demo and download links.
Demo
You can also find an example of the PagingMemoryProxy in the official Ext 1 distribution:
Multiple Languages Example
The PagingMemoryProxy is used in the bottom grid, that pages and sorts the long Month names of the selected language.
Change log
- (21-02-2008) Added filter prototype method for Array objects (fix for browsers like IE)
- (30-09-2007) Added customFilter config option
- (29-09-2007) Fixed several sorting bugs, thanks to dogmatic!
- Published

