Version 9.0

released on October 7, 2021

Breaking Changes

Starting from version 9.0 Pivot has a different API

New Features

Interface

  • 3-mode interface: table, treetable, and chart
  • Ability to add custom operations and predicates
  • Ability to highlight min/max rows and columns values
  • Ability to export data to PDF, PNG, Excel, and CSV formats
  • Compact mode
  • 5 skins: Material, Mini, Flat, Compact, Contrast

Backend

Webix Pivot is shipped with NodeJs backend.

Code

The widget is built as a Webix Jet app, which means:

  • Customizable Jet views to fine tune interface chunks
  • Data and backend services to provide custom logic for working with data
  • ES6 syntax
Back to top