orb-js

0.1.5 • Public • Published

!!! Migrated to 'orb' package !!!

orb

Pivot grid javascript library.


Website:

nnajm.github.io/orb

Features

Main

  • Fields drag'n'drop
  • Multi data fields support
  • Grand totals & Sub totals
  • Sub totals expand/collapse
  • Sorting

Customization

  • Data headers location
  • Grand totals visibility
  • Sub totals visibility & collapsed state
  • Data cells aggregate & format functions

Data query

Query aggregation results with a simple API:

var orb = require('orb');
var pgrid = new orb.pgrid(config);
 
var amount = pgrid.query()
                  .Manufacturer('Adventure Works')
                  .Class('Economy');
                  .Amount();

Licence

MIT

Package Sidebar

Install

npm i orb-js

Weekly Downloads

0

Version

0.1.5

License

MIT

Last publish

Collaborators

  • nnajm