v0.0.556
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 3m29s
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 3m29s
This commit is contained in:
parent
a0a80899f5
commit
b7c48cb467
@ -1,5 +1,5 @@
|
||||
package goext
|
||||
|
||||
const GoextVersion = "0.0.555"
|
||||
const GoextVersion = "0.0.556"
|
||||
|
||||
const GoextVersionTimestamp = "2025-01-09T10:39:56+0100"
|
||||
const GoextVersionTimestamp = "2025-01-09T10:41:00+0100"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user