ZK Pivottable 2.0.2 Release Notes

Released on July 16, 2013


ZK Pivottable is an Ajax data component, which takes raw data from a flat table (like tables in relational database) and organize them by desired categories arranged on columns and rows.

ZK Pivottable brings the power of spreadsheet's pivot table to Java web applications, enabling developers to take advantage of a readymade component for presenting complex sets of data online.







New Features

  • ZKPVT-48: Subtotals and summary in pivot field control should support i18n
  • ZKPVT-49: Hide paging if only one page
  • ZKPVT-50: Hide horizontal scroll bar if no need to scroll
  • ZKPVT-53: Create ZK Pivottable MyApp Project


Please see ZK Pivottable Product Page for more information


Feature Highlights

  • Macro Component for Field Control
  • Customaizable Cell Style
  • Sizable Columns
  • Header Sorting
  • Filter Utility
  • An utility of input data filter is provided to assist refining the model data.
  • Zero to many row/column fields
  • One to many data fields
  • Open/close header node
  • Paging
  • Subtotal
  • Hide/show grand total
  • Events


Example

For more information, please go to the documentation

What's New

  • Bug fixes:
    • ZKPVT-26: Export grand total followed by pivottable config
    • ZKPVT-40: ArrayIndexOutOfBoundsException when removing the first of multiple data fields
    • ZKPVT-42: PivotHeaderNode.setOpen() does not update pivottable
    • ZKPVT-43: Sizes of "Grand Total For Columns" are in reverse sequence
    • ZKPVT-44: Fields should be all UNUSED by default
    • ZKPVT-46: Node expansion/collapse should trigger event
    • ZKPVT-47: Changing data field orientation caused "/ by zero" exception
    • ZKPVT-45: Incorrect Grand Total if no row fields and no column fields