Sha256: 77ae8a907f819a1df6e6d337f30b5b66d42809cf82758559d32f7cca39b47aa9

Contents?: true

Size: 620 Bytes

Versions: 53

Compression:

Stored size: 620 Bytes

Contents

class Admin::EffectiveEventRegistrationsDatatable < Effective::Datatable
  datatable do
    order :created_at

    col :token, visible: false

    col :created_at, label: 'Created', visible: false
    col :updated_at, label: 'Updated', visible: false

    col :submitted_at, label: 'Submitted', visible: false, as: :date

    col :event, search: :string
    col :owner

    col :event_registrants, search: :string, visible: false
    col :event_addons, search: :string, visible: false
    col :orders, label: 'Order'

    actions_col
  end

  collection do
    EffectiveEvents.EventRegistration.all.deep.done
  end

end

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
effective_events-0.13.1 app/datatables/admin/effective_event_registrations_datatable.rb
effective_events-0.13.0 app/datatables/admin/effective_event_registrations_datatable.rb
effective_events-0.11.3 app/datatables/admin/effective_event_registrations_datatable.rb
effective_events-0.11.2 app/datatables/admin/effective_event_registrations_datatable.rb
effective_events-0.11.1 app/datatables/admin/effective_event_registrations_datatable.rb
effective_events-0.11.0 app/datatables/admin/effective_event_registrations_datatable.rb
effective_events-0.10.2 app/datatables/admin/effective_event_registrations_datatable.rb
effective_events-0.10.1 app/datatables/admin/effective_event_registrations_datatable.rb
effective_events-0.10.0 app/datatables/admin/effective_event_registrations_datatable.rb
effective_events-0.9.3 app/datatables/admin/effective_event_registrations_datatable.rb
effective_events-0.9.2 app/datatables/admin/effective_event_registrations_datatable.rb
effective_events-0.9.1 app/datatables/admin/effective_event_registrations_datatable.rb
effective_events-0.9.0 app/datatables/admin/effective_event_registrations_datatable.rb
effective_events-0.8.0 app/datatables/admin/effective_event_registrations_datatable.rb
effective_events-0.7.4 app/datatables/admin/effective_event_registrations_datatable.rb
effective_events-0.7.3 app/datatables/admin/effective_event_registrations_datatable.rb
effective_events-0.7.2 app/datatables/admin/effective_event_registrations_datatable.rb
effective_events-0.7.1 app/datatables/admin/effective_event_registrations_datatable.rb
effective_events-0.7.0 app/datatables/admin/effective_event_registrations_datatable.rb
effective_events-0.6.13 app/datatables/admin/effective_event_registrations_datatable.rb