Answers for "download datatable as pdf"

0

datatable pdfHtml5 pagesize

{
   extend: 'pdfHtml5',
   orientation: 'landscape',
   pageSize: 'TABLOID', // TABLOID OR LEGAL
   footer: true,
 }
Posted by: Guest on May-12-2020

Browse Popular Code Answers by Language