diff --git a/jspdf.plugin.cell.js b/jspdf.plugin.cell.js index b56a19b8a..2283532af 100644 --- a/jspdf.plugin.cell.js +++ b/jspdf.plugin.cell.js @@ -285,6 +285,9 @@ // get final column width columnWidths[header] = jsPDFAPI.arrayMax(columnMinWidths); + + //have to reset + columnMinWidths = []; } }