Documentation
Extend ZenGrid with built-in and custom plugins.
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.