3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4 <title>Animated Multisort DataView</title>
7 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
8 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
9 <link rel="stylesheet" type="text/css" href="animated-dataview.css" />
10 <link rel="stylesheet" type="text/css" href="../grid/multiple-sorting.css" />
12 <!-- ExtJS library: base/adapter -->
13 <script type="text/javascript" src="../../adapter/ext/ext-base-debug.js"></script>
15 <!-- ExtJS library: all widgets -->
16 <script type="text/javascript" src="../../ext-all-debug.js"></script>
18 <script type="text/javascript" src="../ux/DataViewTransition.js"></script>
19 <script type="text/javascript" src="../ux/Reorderer.js"></script>
20 <script type="text/javascript" src="../ux/ToolbarReorderer.js"></script>
23 <h1>Animated Multisort DataView Example</h1>
24 <p>This example demonstrates using multiple sorters on a DataView.</p>
25 <p>It also uses the <a href="../ux/DataViewTransition.js">DataViewTransition</a> plugin to animate the changes to the underlying <a href="http://www.extjs.com/deploy/dev/docs/?class=Ext.data.Store">Ext.data.Store</a>.</p>
26 <p>Click the buttons to change sort direction, reorder them to change sort order.</p>
27 <p>The code is not minified so is readable - see <a href="multisort-dataview.js">multisort-dataview.js</a></p>
28 <script type="text/javascript" src="multisort-dataview.js"></script>