Releases: nnajm/orb
Releases · nnajm/orb
v1.0.9
Release notes:
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 runtimetoolbar { visible: bool }
: whether or not to show toolbarrowSettings
: global row fields settingscolumnSettings
: 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
v1.0.8
1st release.
Interactivity
- Drag'n'drop to move fields
- Click to sort
- Visual filters
- Drill down (cell double click)
- Multiple data fields support
- Grand totals & Sub totals
- Sub totals expand/collapse
- Fast rendering using React
Customization
- Data headers location
- Grand totals visibility
- Sub totals visibility & collapsed state
- Data cells aggregate & format functions
- Visual theme (supports bootstrap)