GridJs
UI Extension
Grid.js is a free and open-source HTML table plugin that works with most JavaScript frameworks. Simple and lightweight.
Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #164
KEY FEATURES
Lightweight
Framework agnostic
Pagination
Search
Sorting
Server-side data
Custom plugins
Usage Example
Here's how you'll use GridJs with Oorian once the extension is available:
Java
// Create and configure GridJs component
GridJs component = new GridJs();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, GridJsEvent.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.