X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/examples/grid/infinite-scroll.html diff --git a/examples/grid/infinite-scroll.html b/examples/grid/infinite-scroll.html new file mode 100644 index 00000000..f33d0f8a --- /dev/null +++ b/examples/grid/infinite-scroll.html @@ -0,0 +1,18 @@ + + + + Infinite Scroll Grid Example + + + + + + + + +

Infinite Scrolling

+

Ext JS 4's brand new grid supports infinite scrolling, which enables you to load any number of records into a grid without paging.

+

The new grid uses a virtualized scrolling system to handle potentially infinite data sets without any impact on client side performance.

+

The code is not minified, see infinite-scroll.js

+ + \ No newline at end of file