Method: Aureus::Components::DataTable#render

Defined in:
lib/aureus/components/data_table.rb

#renderObject



25
26
27
28
29
# File 'lib/aureus/components/data_table.rb', line 25

def render
   'table', id: @resource.class.name.downcase, class: 'aureus-datatable' do
    compact @head.render, ('tbody',compact_render(*@rows))
  end
end