Documentation ¶
Overview ¶
templ: version: v0.2.793
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type D ¶
type D struct { // Header defines if it is a Header row or not. Header bool // Cells is the slice of cell contents // (either []string, []cell.D or []templ.Component or []any mixing the previous types). Cells any // CustomStyle defines a custom style. // style.Custom{ // "table/row": style.D{style.Add("...")}, // "table/cell": style.D{style.Add("...")}, // } CustomStyle style.Custom }
D defines a table row (tr).
Click to show internal directories.
Click to hide internal directories.