Class: Oversee::Table::Head

Inherits:
Phlex::HTML
  • Object
show all
Defined in:
app/components/oversee/table/head.rb

Instance Method Summary collapse

Instance Method Details

#rowObject



6
7
8
# File 'app/components/oversee/table/head.rb', line 6

def row(&)
  render Oversee::Table::Row.new(&)
end

#view_templateObject



2
3
4
# File 'app/components/oversee/table/head.rb', line 2

def view_template(&)
  thead(class: "bg-white", &)
end