row style
This commit is contained in:
7
table_block.go
Normal file
7
table_block.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package image_table
|
||||
|
||||
type TableBlock struct {
|
||||
Title string
|
||||
Header []string
|
||||
Rows []any
|
||||
}
|
||||
Reference in New Issue
Block a user