Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / examples / grid / locking-grid.html
1 <html>
2 <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4     <title>Locking Grid Column Example</title>
5     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
6     <link rel="stylesheet" type="text/css" href="../shared/example.css" />
7     <script type="text/javascript" src="../../bootstrap.js"></script>
8
9     <!-- page specific -->
10     <script type="text/javascript" src="locking-grid.js"></script>
11 </head>
12 <body>
13     <h1>Locking Grid Column Example</h1>
14         <p>This example shows how to achieve "freeze pane" locking functionality similar to Excel.</p>
15         <p>Note that the js is not minified so it is readable. See <a href="locking-grid.js">locking-grid.js</a>.</p>
16     <div id="grid-example"></div>
17 </body>
18 </html>