Class: Ui::Table::Header

Inherits:
Component
  • Object
show all
Includes:
Stylable
Defined in:
lib/ui/table/header.rb

Direct Known Subclasses

Vertical::Header

Constant Summary

Constants inherited from Component

Component::VIEWPATH

Instance Method Summary collapse

Methods inherited from Component

#capture, #icon, #render_group

Instance Method Details

#showObject



6
7
8
# File 'lib/ui/table/header.rb', line 6

def show
  (:th, title, class: style)
end