Skip to content

v1.0.9

Latest
Compare
Choose a tag to compare
@nnajm nnajm released this 28 Jun 23:16
· 1 commit to master since this release

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