https://github.com/robertklep/buffered-ext-list-sencha-touch-2
Buffered Ext.List for Sencha Touch 2
https://github.com/robertklep/buffered-ext-list-sencha-touch-2
Last synced: 12 months ago
JSON representation
Buffered Ext.List for Sencha Touch 2
- Host: GitHub
- URL: https://github.com/robertklep/buffered-ext-list-sencha-touch-2
- Owner: robertklep
- Created: 2012-04-29T08:40:53.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-01T13:38:51.000Z (almost 14 years ago)
- Last Synced: 2025-08-02T10:26:47.777Z (12 months ago)
- Language: JavaScript
- Size: 166 KB
- Stars: 13
- Watchers: 3
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Buffered Ext.List for Sencha Touch 2
====================================
An enhanced `Ext.List` which should be able to handle large(ish) lists (1000+
items) by limiting the number of rendered items using a sliding-window
approach.
Based on 'BufList PR3 - pre release' by MahlerFreak, posted
[here](http://www.sencha.com/forum/showthread.php?121225-High-Performance-Large-List-component-UxBufferedList&p=781302&viewfull=1#post781302).
__NB:__ Sencha Touch 2.1.0 beta 3 introduces a rewritten `Ext.List` component which can also handle large lists natively.
Release notes [here](http://dev.sencha.com/deploy/sencha-touch-2.1.0-b3/release-notes.html).