Module: Eac::DataTableHelper

Defined in:
lib/eac/data_table_helper.rb,
lib/eac/data_table_helper/setup.rb,
lib/eac/data_table_helper/column.rb,
lib/eac/data_table_helper/data_table.rb

Defined Under Namespace

Classes: Column, DataTable, Setup

Instance Method Summary collapse

Instance Method Details

#data_table(dataset, &block) ⇒ Object



8
9
10
# File 'lib/eac/data_table_helper.rb', line 8

def data_table(dataset, &block)
  ::Eac::DataTableHelper::DataTable.new(self, dataset, &block).output
end