class TaoUi::Components::Table::HeadBuilder

Public Instance Methods

cell(content_or_options = nil, cell_options = nil, &block) click to toggle source
# File lib/tao_ui/components/table/head_builder.rb, line 7
def cell content_or_options = nil, cell_options = nil, &block
  view.content_tag 'th', content_or_options, cell_options, &block
end