Method: Aureus::Components::DataTable#render
- Defined in:
- lib/aureus/components/data_table.rb
#render ⇒ Object
25 26 27 28 29 |
# File 'lib/aureus/components/data_table.rb', line 25 def render content_tag 'table', id: @resource.class.name.downcase, class: 'aureus-datatable' do compact @head.render, content_tag('tbody',compact_render(*@rows)) end end |