1
0
Fork 0
forked from goffee/core

main #6

Merged
diana merged 69 commits from goffee/core:main into main 2025-08-26 13:39:09 -04:00
Showing only changes of commit cc8c79fe3d - Show all commits

View file

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