WebDataRocks
UI Extension
WebDataRocks is a free web pivot table component for data analysis and reporting with interactive features.
Status
Planned
Supported Version
TBD
Licensing
Free / Commercial
Priority
Rank #116
KEY FEATURES
Pivot table
Data analysis
Drill-down
Export
Filtering
Calculated values
Conditional formatting
Usage Example
Here's how you'll use WebDataRocks with Oorian once the extension is available:
Java
// Create and configure WebDataRocks component
WebDataRocks component = new WebDataRocks();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, WebDataRocksEvent.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.