Class: Ui::Table::Row

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

Direct Known Subclasses

Vertical::Row

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/row.rb', line 6

def show
  (:tr, render_group(table_data), class: style)
end