GridStack
UI Extension
GridStack is a JavaScript library for building interactive dashboard layouts with drag-and-drop widget management.
Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #102
KEY FEATURES
Dashboard layouts
Drag-and-drop
Resizable widgets
Responsive
Serialization
Nested grids
Animation
Usage Example
Here's how you'll use GridStack with Oorian once the extension is available:
Java
// Create and configure GridStack component
GridStack component = new GridStack();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, GridStackEvent.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.