This patch makes the default PDF export path dependency-free.
JsPdfAdapternow generates a simple table PDF directly in the browser.- Removed
jspdfandjspdf-autotablefrom optional peer dependencies. - Angular apps no longer need jsPDF optional HTML/canvas dependencies for basic DataGrid PDF export.
PDF and Excel export are dependency-free by default. The built-in PDF adapter is intended for simple table export only.
Use a custom PdfExportAdapter for branded layouts, images, charts, rich typography, or advanced pagination.