X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/b37ceabb82336ee82757cd32efe353cfab8ec267..f5240829880f87e0cf581c6a296e436fdef0ef80:/examples/pivotgrid/simple.html diff --git a/examples/pivotgrid/simple.html b/examples/pivotgrid/simple.html new file mode 100644 index 00000000..4e98cdc0 --- /dev/null +++ b/examples/pivotgrid/simple.html @@ -0,0 +1,28 @@ + + + + + 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 300 records from the server and then pivoting them around Person and Product (on the left axis)
+ and City and Year (on the top axis). The data are combined automatically, in this case breaking down sales by product and person
over time. +

+

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

+ + \ No newline at end of file