3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
\r
4 <title>Grid Column Header Grouping Example</title>
\r
5 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
\r
6 <link rel="stylesheet" type="text/css" href="../ux/css/ColumnHeaderGroup.css" />
\r
10 <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
\r
13 <script type="text/javascript" src="../../ext-all.js"></script>
\r
14 <script type="text/javascript" src="../ux/ColumnHeaderGroup.js"></script>
\r
15 <script type="text/javascript" src="column-header-group.js"></script>
\r
16 <link rel="stylesheet" type="text/css" href="grid-examples.css" />
\r
18 <!-- Common Styles for the examples -->
\r
19 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
\r
22 <script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
\r
23 <h1>Grid Column Header Grouping Example</h1>
\r
24 <p>This example shows how to achieve column grouping using a plugin.</p>
\r
26 <p>Note that the js is not minified so it is readable. See <a href="column-header-group.js">column-header-group.js</a>.</p>
\r
29 <div id="column-group-grid"></div>
\r