Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / grid / infinite-scroll.html
1 <html>
2 <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4     <title>Infinite Scroll Grid Example</title>
5
6     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css"/>
7     <link rel="stylesheet" type="text/css" href="../shared/example.css" />
8     <script type="text/javascript" src="../../bootstrap.js"></script>
9     
10     <script type="text/javascript" src="infinite-scroll.js"></script>
11 </head>
12 <body>
13     <h1>Infinite Scrolling</h1>
14     <p>Ext JS 4's brand new grid supports infinite scrolling, which enables you to load any number of records into a grid without paging.</p>
15     <p>The new grid uses a virtualized scrolling system to handle potentially infinite data sets without any impact on client side performance.</p>
16     <p>The code is not minified, see <a href="infinite-scroll.js">infinite-scroll.js</a></p>
17 </body>
18 </html>