Extensibility
ZenGrid’s plugin system lets you compose behavior without turning the grid into a monolith. Start with the built-in plugins, then build your own when you need tighter control.
Understand ZenGrid's built-in plugins and extension points.
The CorePlugin provides foundational data and state management at phase 0.
Use ZenGrid sorting through the public grid.sort API.
Use ZenGrid filtering through the public grid.filter API.
Configure selection and observe selection changes.
Configure editable columns and listen for edit events.
Understand the current undo/redo integration surface.
Build custom ZenGrid plugins with GridPlugin, GridStore, and GridApi.