0.1.5 • Published 9 years ago

orb-js v0.1.5

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

#!!! 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