X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/b37ceabb82336ee82757cd32efe353cfab8ec267..f5240829880f87e0cf581c6a296e436fdef0ef80:/examples/pivotgrid/countries.html diff --git a/examples/pivotgrid/countries.html b/examples/pivotgrid/countries.html new file mode 100644 index 00000000..8a771e4e --- /dev/null +++ b/examples/pivotgrid/countries.html @@ -0,0 +1,38 @@ + + + + + Ext JS PivotGrid Sample + + + + + + + + + + + + + + + + +

Pivot Grid example

+

This example shows how to create a Pivot Grid backed by an Ext.data.Store.

+

+ In this example we are reading a set of 1281 records detailing the ease of doing business in countries around the world.
+ 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. +

+

The example code is not minified, so it's readable.

+ + \ No newline at end of file