v0.0.502
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
a8e6f98a89
commit
a3481a7d2d
@ -1,5 +1,5 @@
|
|||||||
package goext
|
package goext
|
||||||
|
|
||||||
const GoextVersion = "0.0.501"
|
const GoextVersion = "0.0.502"
|
||||||
|
|
||||||
const GoextVersionTimestamp = "2024-08-07T19:31:36+0200"
|
const GoextVersionTimestamp = "2024-08-07T19:35:23+0200"
|
||||||
|
@ -53,8 +53,8 @@ func (b *TableBuilder) Widths(v ...string) *TableBuilder {
|
|||||||
return b
|
return b
|
||||||
}
|
}
|
||||||
|
|
||||||
func (b *TableBuilder) DefaultStyle(s TableCellStyleOpt) *TableBuilder {
|
func (b *TableBuilder) DefaultStyle(s *TableCellStyleOpt) *TableBuilder {
|
||||||
b.defaultCellStyle = &s
|
b.defaultCellStyle = s
|
||||||
return b
|
return b
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user