locking-grid.html 789 B

123456789101112131415161718192021
  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. <!-- GC -->
  8. <script type="text/javascript" src="../../ext-all.js"></script>
  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>