]> git.proxmox.com Git - extjs.git/blame - extjs/build/examples/classic/grid/locking-infinite-scroll.html
add extjs 6.0.1 sources
[extjs.git] / extjs / build / examples / classic / grid / locking-infinite-scroll.html
CommitLineData
6527f429
DM
1<!DOCTYPE html>\r
2<html>\r
3<head>\r
4 <meta http-equiv="X-UA-Compatible" content="IE=edge">\r
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\r
6 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\r
7 <title>Buffer Rendered Locking Grid</title>\r
8\r
9 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />\r
10\r
11 <!-- GC -->\r
12\r
13 <script type="text/javascript" src="../shared/include-ext.js"></script>\r
14 <script type="text/javascript" src="../shared/options-toolbar.js"></script>\r
15\r
16 <script type="text/javascript" src="locking-infinite-scroll.js"></script>\r
17</head>\r
18<body>\r
19 <h1>Buffer Rendered Locking Grid</h1>\r
20 <p>Ext JS's grid supports buffered rendering, which enables you to load large numbers of records into a grid without paging.</p>\r
21 <p>Only the <b>visible</b> portions of the loaded store are rendered into the DOM. As the edge of the rendered data scrolls towards being in\r
22 view, the table has new rows appended just in time, and rows removed from the receding side.</p>\r
23 <p>It is not possible to lock <i>all</i> columns using the user interface. The side unlocked must always contain at least one column.</p>\r
24 <p>The code is not minified, see <a href="locking-infinite-scroll.js">locking-infinite-scroll.js</a></p>\r
25</body>\r
26</html>\r