Downloads (Release notes)
Latest stable production build:
(min+gz) js:25.2Kb/css:8.4Kb
Debug files: orb.js, orb.css
Dependencies
orb.js uses facebook react library v0.12.2. You can download it here.
cdnjs
orb.js is also available at cdnjs for a faster experience to users:
https://cdnjs.cloudflare.com/ajax/libs/orb/1.0.9/orb.min.css
https://cdnjs.cloudflare.com/ajax/libs/orb/1.0.9/orb.min.js
https://cdnjs.cloudflare.com/ajax/libs/orb/1.0.9/orb.min.js.map
orb.js is available through the npm package manager:
Package: https://www.npmjs.com/package/orb
Intallation:
npm install orb
Usage:
var orb = require('orb');
var pgrid = new orb.pgrid(...)
Release notes
Jun. 29 2015 -- 1.0.9
New:
-
Export to Excel
-
Ctrl+click on field header to expand/collapse all values
-
Configuration options:
- canMoveFields: whether or not fields can be moved at runtime
- toolbar { visible: bool }: whether or not to show toolbar
- rowSettings : global row fields settings
- columnSettings: global column fields settings
-
Toolbar:
- Expand/collapse all rows/columns
- Show/hide row/column subtotals
- Show/hide row/column grandtotal
- Export to Excel
Fixed bugs:
- Issue #12: Header-col getting larger when click on a field button
- Issue #13: aggregateFunc option of Field not working
- Issue #14: Use of custom aggregation function displays wrong name
- Issue #16: Pivot table displays empty instead of zero by default
- Issue #19: Drill down: empty grid when data source is an array of objects bug
- Issue #23: JavaScript error when dataSource is an empty array
Mar. 08 2015 -- 1.0.8
- Enhanced scrolling: fixed row headers when scrolling horizontally, fixed column headers when vertically.
- Added filter clear button
Jan. 23 2015 -- 1.0.7
- Visual filters
- Visual themes (supports bootstrap)
Jan. 01 2015 -- 1.0.6
- Drill down (cell double click)
Dec. 30 2014 -- 1.0.5
- Drag'n'drop to move fields
- Click to sort
- Multiple data fields support
- Data headers location
- Grand totals & Sub totals
- Sub totals expand/collapse
- Sub totals visibility & collapsed state
- Grand totals visibility
- Data cells aggregate & format functions