We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e834724 commit c0f6c54Copy full SHA for c0f6c54
src/modules/cell.js
@@ -426,7 +426,7 @@ import { jsPDF } from "../jspdf.js";
426
headerLabels = headers.map(function(header) {
427
return header.prompt || header.name || "";
428
});
429
- headerAligns = headerNames.map(function(header) {
+ headerAligns = headers.map(function(header) {
430
return header.align || "left";
431
432
// Split header configs into names and prompts
test/reference/table-autoSize.pdf
0 Bytes
test/reference/table.pdf
6 Bytes
0 commit comments