diff --git a/template/components/content_table.go b/template/components/content_table.go index eb0199e..5c6a21b 100644 --- a/template/components/content_table.go +++ b/template/components/content_table.go @@ -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 }