You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add PDF export for dashboards
Client-side capture using html2canvas-pro + jsPDF. Adds an "Export PDF"
button in the dashboard toolbar that renders the grid to a multi-page
landscape PDF. Interactive chrome (drag handles, resize handles, FAB) is
hidden during capture via a CSS class.
* fix: use DOM id instead of ref for PDF export, capture full grid height
- Replace forwardRef/useImperativeHandle with a stable DOM id, fixing
the ref not forwarding through next/dynamic
- Temporarily set scroll parent to overflow:visible + height:auto before
capture so dashboards taller than the viewport are fully rasterized
---------
Co-authored-by: Adrien Reibel <areibel@sqli.com>
0 commit comments