add img and class to table template
This commit is contained in:
parent
db3c510f9a
commit
cc8c79fe3d
1 changed files with 6 additions and 6 deletions
|
@ -9,13 +9,13 @@ type ContentTable struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type ContentTableTH struct {
|
type ContentTableTH struct {
|
||||||
ID string
|
ID string
|
||||||
ValueType string // -> default string, href, badge, list, checkbox
|
ValueType string // -> default string, href, badge, list, checkbox
|
||||||
Value string
|
Value string
|
||||||
ValueClass string
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type ContentTableTD struct {
|
type ContentTableTD struct {
|
||||||
ID string
|
ID string
|
||||||
Value interface{} // string or component struct according ValueType
|
Value interface{} // string or component struct according ValueType
|
||||||
|
ValueClass string
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue