Class: TaoUi::Components::Table::HeadBuilder

Inherits:
BaseBuilder
  • Object
show all
Defined in:
lib/tao_ui/components/table/head_builder.rb

Instance Attribute Summary

Attributes inherited from BaseBuilder

#expandable, #options, #selectable, #view

Instance Method Summary collapse

Methods inherited from BaseBuilder

#initialize, #merge_options

Constructor Details

This class inherits a constructor from TaoUi::Components::Table::BaseBuilder

Instance Method Details

#cell(content_or_options = nil, cell_options = nil, &block) ⇒ Object



7
8
9
# File 'lib/tao_ui/components/table/head_builder.rb', line 7

def cell content_or_options = nil, cell_options = nil, &block
  view. 'th', content_or_options, cell_options, &block
end