UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

36 lines (31 loc) 1.22 kB
<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=10, user-scalable=yes"> <title>Summary Grid Example</title> <link rel="stylesheet" type="text/css" href="../shared/examples.css" /> <!-- GC --> <script type="text/javascript" src="../shared/include-ext.js"></script> <script type="text/javascript" src="../shared/options-toolbar.js"></script> <!-- page specific --> <script type="text/javascript" src="group-summary-grid.js"></script> <style type="text/css" media="screen"> .task .x-grid-cell-inner { padding-left: 15px; } .x-grid-row-summary .x-grid-cell-inner { font-weight: bold; } .icon-grid { background: url(../shared/icons/fam/grid.png) no-repeat 0 -1px; } </style> </head> <body> <h1>Summary Grid Example</h1> <p>Note that the js is not minified so it is readable. See <a href="group-summary-grid.js">group-summary-grid.js</a>.</p> <div id="grid-example"></div> </body> </html>