1
0
Fork 0
forked from goffee/core

add img and class to table template, new responnse buffer inline

This commit is contained in:
Zeni Kim 2025-03-27 12:12:49 -05:00
parent 1a39c666a3
commit db3c510f9a
3 changed files with 17 additions and 4 deletions

View file

@ -9,9 +9,10 @@ type ContentTable struct {
}
type ContentTableTH struct {
ID string
ValueType string // -> default string, href, badge, list, checkbox
Value string
ID string
ValueType string // -> default string, href, badge, list, checkbox
Value string
ValueClass string
}
type ContentTableTD struct {