class Grapple::Components::HtmlHeader

thead element for tables

Public Instance Methods

render(*options, &block) click to toggle source
# File lib/grapple/components/html_header.rb, line 9
def render(*options, &block)
        html = block_or_components(components, options[0] || {}, &block)
        "<thead>\n#{html}</thead>\n".html_safe
end