]> git.proxmox.com Git - extjs.git/blame - extjs/examples/classic/grid/live-search-grid.html
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / classic / grid / live-search-grid.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>Live Search Grid Example</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\r
17 <!-- page specific -->\r
18 <style type="text/css">\r
19 /* style rows on mouseover */\r
20 .x-grid-row-over .x-grid-cell-inner {\r
21 font-weight: bold;\r
22 }\r
23 </style>\r
24 <script type="text/javascript" src="live-search-grid.js"></script>\r
25</head>\r
26<body>\r
27 <h1>Live Search Grid Example</h1>\r
28 <p>This example shows how to create a grid with live search support.</p>\r
29 <p>When the grid view has focus, press the 'S' key to focus the search box.</p>\r
30 <p>Note that the js is not minified so it is readable. See\r
31 <a href="live-search-grid.js">live-search-grid.js</a>.\r
32 </p>\r
33\r
34 <div id="grid-example"></div>\r
35</body>\r
36</html>\r