const headerNames = columns.filter((c) => c.Header != 'Action').map((column) => column.exportValue); const doc = new JsPDF(); doc.autoTable({ head: ...
確定! 回上一頁