Skip to content

Releases: nnajm/orb

v1.0.9

28 Jun 23:16
Compare
Choose a tag to compare

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

v1.0.8

08 Mar 20:00
Compare
Choose a tag to compare

Release notes:

  • Enhanced scrolling: fixed row headers when scrolling horizontally, fixed column headers when vertically.
  • Added filter clear button

1st release.

23 Jan 02:08
Compare
Choose a tag to compare

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)