Pivot

Since 9.0

The widget requires Webix Pro edition and can be purchased as part of any license pack.

What's New

Check Pivot What's New list to keep up with latest updates.

API Reference

Samples

This documentation refers to new Pivot released in Webix 9.0.
Old Pivot and Pivot Chart v8.4 is discontinued. You can still use it, but these will be no updates for it in the future (except of bug fixes).

Overview

Pivot is a powerful solution dedicated to work with large data volumes. This widgets allows you to:

  • display aggregated data in 3 modes: table, tree, and chart
  • fine-tune filtration and aggregation means
  • configure table and chart
  • highlight min and max values in the table
  • add custom operations
  • define custom predicates
  • export data to PDF, PNG, Excel, and CVS formats.

The widget is a blend of Webix and Webix Jet packed into a standard Webix component, which allows you:

  • either use the widget as is with minimal settings required
  • or deeply customize its inner behavior using JetApp, JetView and Jet Service API.

Guides

Configuring Pivot

Discusses the main points of Pivot initialization and configuration.

Working with Pivot

Describes general principles of working with data in Pivot.

Customizing Pivot

Describes the possibilities of deep tuning.

Pivot User Guide

Describes the features of Pivot from end user perspective.
Back to top