Class: EacRailsUtils::DataTableHelper::DataTable

Inherits:
Object
  • Object
show all
Defined in:
app/helpers/eac_rails_utils/data_table_helper/data_table.rb,
app/helpers/eac_rails_utils/data_table_helper/data_table/value_cell.rb

Defined Under Namespace

Classes: ValueCell

Instance Method Summary collapse

Instance Method Details

#outputObject



10
11
12
13
14
# File 'app/helpers/eac_rails_utils/data_table_helper/data_table.rb', line 10

def output
  view.(:table, id: id) do
    head << body
  end << script
end