Class: Ui::Table::Vertical::Header
- Defined in:
- lib/ui/table/vertical/header.rb
Constant Summary
Constants inherited from Component
Instance Method Summary collapse
Methods inherited from Component
#capture, #icon, #render_group
Instance Method Details
#show ⇒ Object
5 6 7 |
# File 'lib/ui/table/vertical/header.rb', line 5 def show content_tag(:th, title) end |