]> git.proxmox.com Git - extjs.git/blame - extjs/build/examples/classic/grid/filtered-buffered-store.html
add extjs 6.0.1 sources
[extjs.git] / extjs / build / examples / classic / grid / filtered-buffered-store.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>Grid with Filtered and Buffered Store</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="filtered-buffered-store.js"></script>\r
17</head>\r
18<body>\r
19 <h1>Grid with Filtered and Buffered Store</h1>\r
20 <p>A buffered rendered grid with a filtering UI is included which applies a remote filter and reloads the grid beginning at page one.</p>\r
21 <p>The code is not minified, see <a href="filtered-buffered-store.js">filtered-buffered-store.js</a></p>\r
22</body>\r
23</html>\r