Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / view / multisort / multisort.html
1 <html>
2     <head>
3         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4         <title>Multisort DataView Example</title>
5
6         <link rel="stylesheet" type="text/css" href="../../../resources/css/ext-all.css" />
7         <link rel="stylesheet" type="text/css" href="../../shared/example.css" />
8         <link rel="stylesheet" type="text/css" href="multisort.css" />
9                 <script type="text/javascript" src="../../../bootstrap.js"></script>
10
11         <script type="text/javascript" src="multisort.js"></script>
12     </head>
13     <body>
14         <h1>Multisort DataView Example</h1> 
15         <p>This example shows using multiple sorters on a Store attached to a DataView.</p>
16         <p>We're also using the reorderable toolbar plugin to make it easy to reorder the sorters with drag and drop.</p>
17     </body>
18 </html>