v0.0.556
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 3m29s

This commit is contained in:
2025-01-09 10:41:00 +01:00
parent a0a80899f5
commit b7c48cb467
2 changed files with 3 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ func (b *TableBuilder) Build() {
err := exerr.New(exerr.TypeInternal, "data must have the same length as header").
Int("idx", i).
Strs("cells", langext.ArrMap(dat.cells, func(v TableCell) string { return v.Content })).
Any("colWidths", b.columnWidths).
Strs("colWidths", langext.Coalesce(b.columnWidths, nil)).
Build()
builder.FPDF().SetError(err)
return