X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/grid/buffer-grid.html diff --git a/examples/grid/buffer-grid.html b/examples/grid/buffer-grid.html new file mode 100644 index 00000000..66f724c8 --- /dev/null +++ b/examples/grid/buffer-grid.html @@ -0,0 +1,20 @@ + + + + + Buffered Grid Example + + + + + + + + +

Buffered 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.

+

This example illustrates loading of all the records up front and buffering the rendering. Take a look at the Forum example which illustrates dynamically loading data from a remote source.

+

The code is not minified, see buffer-grid.js

+ + \ No newline at end of file