Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Pivot Grid Demo

Lee Boonstra
February 11, 2016

Pivot Grid Demo

Ext JS - premium tier - pivot grid demo

Lee Boonstra

February 11, 2016
Tweet

More Decks by Lee Boonstra

Other Decks in Technology

Transcript

  1. Pivot Grid • Pivot Grids package – A Power UI component

    • Ext JS 5 & Ext JS 6 classic • Ships with locales • Power UI components are part of premium tiers. • Roadmap: More power UI components!
  2. Some things aren’t visible in a normal grid… • What is

    John Doe's total order amount? • What are the total order amounts by country? • How did sales people perform in a specific year?
  3. How to setup? •  Download the packages from the support

    portal •  Copy the packages into “packages” folder •  Require the packages in “app.json” •  http://docs.sencha.com/extjs/6.0/6.0.0-classic/#!/api/Ext.pivot.Grid •  http://docs.sencha.com/extjs/6.0/components/pivot_grid.html •  http://examples.sencha.com/extjs/6.0.0/examples/kitchensink/ #pivot-grids
  4. Exporter plugin • Export Pivot Grid & Classic grid data to

    Excel • Exports as XML • Example: http://ladysign-apps.com/senchaplaces/
  5. Exporter plugin plugins: [ { ptype: 'gridexporter', pluginId: 'exporter' }],

    https://github.com/savelee/senchaplaces/blob/master/ app/view/grid/Excel.js
  6. Exporter plugin plugins: [ { ptype: 'gridexporter', pluginId: 'exporter' }],

    https://github.com/savelee/senchaplaces/blob/master/ app/view/grid/Excel.js