Home / Extensions & Add-Ons / PivotTable.js UI Extension
Data Grids, Tables & Spreadsheets

PivotTable.js UI Extension

Pivot Table

PivotTable.js is a JavaScript pivot table library with drag-and-drop functionality for data summarization and visualization.

Oorian Extension

Status
Planned

The Oorian extension for PivotTable.js UI Extension is under development and will be available with the framework release.

Priority
Rank #131

Implementation priority based on popularity, API complexity, and user demand.

Supported Version
TBD

The version of PivotTable.js UI Extension that this extension supports.

Licensing
Open Source (MIT)

The licensing model for PivotTable.js UI Extension. Check their official website for full license details.

Integration
Full API Access

Oorian extensions expose the complete PivotTable.js UI Extension API through type-safe Java methods.

Key Features

Drag and drop
Data summarization
Heatmaps
TSV renderer
Chart integration
Aggregators
Filtering

Usage Example

Here's how you'll use PivotTable.js UI Extension with Oorian once the extension is available:

Java
// Create and configure PivotTable.js UI Extension component
PivotTablejsUIExtension component = new PivotTablejsUIExtension();
component.setWidth("100%");
component.setHeight("400px");

// Configure component options
component.setEnabled(true);

// Register for events using Oorian's event model
component.registerForEvent(this, PivotTablejsUIExtensionEvent.class);

// Add to your page
container.addElement(component);

Note: This is a preview of the expected API. The actual implementation may vary slightly when released.

Ready to Use PivotTable.js UI Extension?

Oorian makes it easy to integrate PivotTable.js UI Extension into your Java web applications with type-safe extensions and real-time updates.