]> git.proxmox.com Git - extjs.git/blob - extjs/examples/classic/grid/var-height-rows.html
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / classic / grid / var-height-rows.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="X-UA-Compatible" content="IE=edge">
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
7 <title>Variable height rows buffered grid example</title>
8 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
9
10 <!-- GC -->
11
12 <script type="text/javascript" src="../shared/include-ext.js"></script>
13 <script type="text/javascript" src="../shared/options-toolbar.js"></script>
14 <script type="text/javascript" src="var-height-rows.js"></script>
15 </head>
16 <body>
17 <h1>Buffered Scrolling with variable height rows</h1>
18 <p>This example illustrates buffered rendering with rows having an indeterminate height.</p>
19 <p>The code is not minified, see <a href="var-height-rows.js">var-height-rows.js</a></p>
20 </body>
21 </html>