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