Version v11.0.0 Released!We’re thrilled to announce the release of
PQGrid v11.0.0! 🎉
This version introduces major enhancements, powerful new features, and important bug fixes to deliver an even smoother developer and user experience.
✨ Highlights in v11.0.0- Rich Objects Framework
Define cell content as plain JavaScript objects that manage their full lifecycle—rendering, editing, copy/paste, import/export, and persistence.
➡️ This also enables native support for images in cells.
Images can be stored in cells via absolute, relative url or base64 format.
Example: https://paramquery.com/pro/demos/rich_objects
- Clipboard Enhancements
Copy, cut, clear, and paste cells with full fidelity—including styles, properties, and attributes.
✅ Number and date cells are copied as values with formatting preserved.
Example: https://paramquery.com/pro/demos/copy_paste
- Accessibility Improvements
Added missing ARIA roles and attributes to improve screen reader support and align with WCAG 2.2 standards.
To maintain accessibility for screen readers, rows and cells are inserted in DOM order, even when virtual mode is enabled.
- History & Undo/Redo
Added undo/redo support for drag-and-drop row operations in plain grids (already available for treegrid).
- Number Cells
New option to auto-adjust column width and format number displays dynamically.
- RTL Support
Improved support for right-to-left layouts in modern browsers.
Any example can be seen in RTL layout by appending "?rtl" to the url. Example: https://paramquery.com/pro/demos?rtl
- jsZip
There is no longer dependency on jsZip v2.5.0. Any version of jsZip >= 2.5.0 can be used..
- Toolbar API Enhancements
Commonly used items are now available as in-built toolbar options for quicker setup.
---
This release marks a significant step forward in flexibility, performance, and usability.
📌 Upgrade today and experience the power of
PQGrid v11.0.0!
⚠️ Don’t miss out: Please review the
v11.0.0 Upgrade Guide for details on breaking changes.