You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.