Sha256: e957e93bdb4d36a6d75a4b8752ab3c906361ef71db56c8468f0cfb971cc58659

Contents?: true

Size: 203 Bytes

Versions: 15

Compression:

Stored size: 203 Bytes

Contents

class TestDatatable < Effective::Datatable
  datatable do
    col :id
    col :name
    col :description
  end

  collection do
    [
      [1, 'doo'],
      [2, 'doo'],
      [3, 'doo'],
    ]
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
five-two-nw-olivander-0.1.2.13 app/datatables/test_datatable.rb
five-two-nw-olivander-0.1.2.12 app/datatables/test_datatable.rb
five-two-nw-olivander-0.1.2.11 app/datatables/test_datatable.rb
five-two-nw-olivander-0.1.2.10 app/datatables/test_datatable.rb
five-two-nw-olivander-0.1.2.9 app/datatables/test_datatable.rb
five-two-nw-olivander-0.1.2.8 app/datatables/test_datatable.rb
five-two-nw-olivander-0.1.2.7 app/datatables/test_datatable.rb
five-two-nw-olivander-0.1.2.6 app/datatables/test_datatable.rb
five-two-nw-olivander-0.1.2.5 app/datatables/test_datatable.rb
five-two-nw-olivander-0.1.2.4 app/datatables/test_datatable.rb
five-two-nw-olivander-0.1.2.3 app/datatables/test_datatable.rb
five-two-nw-olivander-0.1.2.2 app/datatables/test_datatable.rb
five-two-nw-olivander-0.1.2.1 app/datatables/test_datatable.rb
five-two-nw-olivander-0.1.2 app/datatables/test_datatable.rb
five-two-nw-olivander-0.1.1 app/datatables/test_datatable.rb