Class: DaisyUI::TableRow
- Defined in:
- lib/daisy_ui/table_row.rb
Constant Summary
Constants inherited from Base
Base::BOOLS, Base::COLOR_MODIFIERS
Instance Method Summary collapse
- #column ⇒ Object (also: #cell)
- #head ⇒ Object
- #view_template ⇒ Object
Methods inherited from Base
inherited, #initialize, register_modifiers
Constructor Details
This class inherits a constructor from DaisyUI::Base
Instance Method Details
#column ⇒ Object Also known as: cell
15 16 17 |
# File 'lib/daisy_ui/table_row.rb', line 15 def column(...) td(...) end |
#head ⇒ Object
11 12 13 |
# File 'lib/daisy_ui/table_row.rb', line 11 def head(...) th(...) end |
#view_template ⇒ Object
7 8 9 |
# File 'lib/daisy_ui/table_row.rb', line 7 def view_template(&) tr(class: classes, **attributes, &) end |