v0.0.555
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Has been cancelled
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Has been cancelled
This commit is contained in:
parent
3543441b96
commit
a0a80899f5
@ -1,5 +1,5 @@
|
|||||||
package goext
|
package goext
|
||||||
|
|
||||||
const GoextVersion = "0.0.554"
|
const GoextVersion = "0.0.555"
|
||||||
|
|
||||||
const GoextVersionTimestamp = "2025-01-09T10:39:31+0100"
|
const GoextVersionTimestamp = "2025-01-09T10:39:56+0100"
|
||||||
|
@ -122,7 +122,7 @@ func (b *TableBuilder) Build() {
|
|||||||
if len(dat.cells) != columnCount {
|
if len(dat.cells) != columnCount {
|
||||||
err := exerr.New(exerr.TypeInternal, "data must have the same length as header").
|
err := exerr.New(exerr.TypeInternal, "data must have the same length as header").
|
||||||
Int("idx", i).
|
Int("idx", i).
|
||||||
Any("cells", langext.ArrMap(dat.cells, func(v TableCell) string { return v.Content })).
|
Strs("cells", langext.ArrMap(dat.cells, func(v TableCell) string { return v.Content })).
|
||||||
Any("colWidths", b.columnWidths).
|
Any("colWidths", b.columnWidths).
|
||||||
Build()
|
Build()
|
||||||
builder.FPDF().SetError(err)
|
builder.FPDF().SetError(err)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user