Class: Protos::Table::Header
- Defined in:
- lib/protos/table/header.rb
Instance Method Summary collapse
-
#view_template ⇒ Object
DOCS: The header of a table that contains many Protos::Table::Head components.
Methods inherited from Component
Constructor Details
This class inherits a constructor from Protos::Component
Instance Method Details
#view_template ⇒ Object
DOCS: The header of a table that contains many Protos::Table::Head components
9 10 11 |
# File 'lib/protos/table/header.rb', line 9 def view_template(&) thead(**attrs, &) end |