Sha256: f06bc981271351591626554840f4ac1d33eee73dfeb28f36f57a04cbbc3ca412

Contents?: true

Size: 348 Bytes

Versions: 12

Compression:

Stored size: 348 Bytes

Contents

# frozen_string_literal: true
require_dependency 'eac/data_table_helper/column'
require_dependency 'eac/data_table_helper/setup'
require_dependency 'eac/data_table_helper/data_table'

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
eac_rails_utils-0.8.0 lib/eac/data_table_helper.rb
eac_rails_utils-0.7.1 lib/eac/data_table_helper.rb
eac_rails_utils-0.7.0 lib/eac/data_table_helper.rb
eac_rails_utils-0.6.0 lib/eac/data_table_helper.rb
eac_rails_utils-0.5.0 lib/eac/data_table_helper.rb
eac_rails_utils-0.4.0 lib/eac/data_table_helper.rb
eac_rails_utils-0.3.0 lib/eac/data_table_helper.rb
eac_rails_utils-0.2.2 lib/eac/data_table_helper.rb
eac_rails_utils-0.2.1 lib/eac/data_table_helper.rb
eac_rails_utils-0.2.0 lib/eac/data_table_helper.rb
eac_rails_utils-0.1.15 lib/eac/data_table_helper.rb
eac_rails_utils-0.1.14 lib/eac/data_table_helper.rb