X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/pivotgrid/simple.html diff --git a/examples/pivotgrid/simple.html b/examples/pivotgrid/simple.html deleted file mode 100644 index 4e98cdc0..00000000 --- a/examples/pivotgrid/simple.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - 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