RevoGrid

UI Extension

RevoGrid is a powerful virtual data grid with high performance, column pinning, and multi-dimensional data support.

Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #163
KEY FEATURES
Virtual scrolling
Column pinning
Row grouping
Cell editing
Clipboard
Column resizing
Custom renderers
Usage Example

Here's how you'll use RevoGrid with Oorian once the extension is available:

Java
// Create and configure RevoGrid component
RevoGrid component = new RevoGrid();
component.setWidth("100%");
component.setHeight("400px");

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

// Register for events using Oorian's event model
component.registerForEvent(this, RevoGridEvent.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.