struct StatusPage::HTMLBuilder::Table
- StatusPage::HTMLBuilder::Table
- Struct
- Value
- Object
Included Modules
Defined in:
status_page/html_builder.crConstructors
Instance Method Summary
- #escape(*output)
- #get_table
- #header(*titles)
- #kv(key, value, **args)
- #link(href : String, &)
- #link(content, href : String)
- #row(**args, &)
- #rows(iter, **args, &)
- #td(link : String | Nil = nil, **args, &)
- #td(content, **args)
- #th(link : String | Nil = nil, **args, &)
- #th(content, **args)
Instance methods inherited from module StatusPage::HTMLBuilder::HTMLNodes
div(**args, &)
div,
escape(*output)
escape,
link(href : String, &)link(content, href : String) link, node(name, **args, &) node, pre(**args, &) pre