Class: DaisyUI::TableRow

Inherits:
Base
  • Object
show all
Defined in:
lib/daisy_ui/table_row.rb

Constant Summary

Constants inherited from Base

Base::BOOLS, Base::COLOR_MODIFIERS

Instance Method Summary collapse

Methods inherited from Base

inherited, #initialize, register_modifiers

Constructor Details

This class inherits a constructor from DaisyUI::Base

Instance Method Details

#columnObject Also known as: cell



15
16
17
# File 'lib/daisy_ui/table_row.rb', line 15

def column(...)
  td(...)
end

#headObject



11
12
13
# File 'lib/daisy_ui/table_row.rb', line 11

def head(...)
  th(...)
end

#view_templateObject



7
8
9
# File 'lib/daisy_ui/table_row.rb', line 7

def view_template(&)
  tr(class: classes, **attributes, &)
end