Socket
Socket
Sign inDemoInstall

orb-js

Package Overview
Dependencies
34
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    orb-js

Pivot grid javascript library


Version published
Weekly downloads
1
Maintainers
1
Install size
8.42 MB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 24 Dec 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc