struct StatusPage::HTMLBuilder::Table
Defined in:
status_page/html_builder.cr
Constructors
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)
Constructor Detail
Instance Method Detail
def
kv(key, value, **args)
#
def
link(href : String, &)
#
def
link(content, href : String)
#
def
rows(iter, **args, &)
#
def
td(link : String | Nil =
nil, **args, &)
#
def
td(content, **args)
#
def
th(link : String | Nil =
nil, **args, &)
#
def
th(content, **args)
#