1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <title>Ext JS PivotGrid Sample</title>
8 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
9 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
11 <!-- ExtJS library: base/adapter -->
12 <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
14 <!-- ExtJS library: all widgets -->
15 <script type="text/javascript" src="../../ext-all.js"></script>
17 <script type="text/javascript" src="countries.js"></script>
19 <style type="text/css" media="screen">
21 background-color: #93de8b;
25 background-color: #e4765c;
30 <h1>Pivot Grid example</h1>
31 <p>This example shows how to create a Pivot Grid backed by an Ext.data.Store.</p>
33 In this example we are reading a set of 1281 records detailing the ease of doing business in countries around the world. <br />
34 We're using a custom renderer to style each cell based on the number of days it takes to set up a business in that country.
36 <p><a href="countries.js">The example code</a> is not minified, so it's readable. </p>