Sha256: a845046279614d18d43b32cc5d4e5ea98b8005ea9b10cdab51b603d836508bb1

Contents?: true

Size: 262 Bytes

Versions: 36

Compression:

Stored size: 262 Bytes

Contents

<%= grid(grid, show_filters: :always) do |g|

  g.column name:  'ID', attribute: 'id', filter: false

  g.column name:  'Status Name', attribute: 'name'

  g.column  name:  'Created' do |status|
    status.created_at.to_s(:db) if status.created_at
  end
end -%>

Version data entries

36 entries across 12 versions & 2 rubygems

Version Path
wice_grid-6.1.3 spec/support/test_app/app/views/custom_ordering/_grid.html.erb
wice_grid-6.1.3 spec/support/test_app/app/views/custom_ordering_with_proc/_grid.html.erb
wice_grid-6.1.3 spec/support/test_app/app/views/custom_ordering_with_arel/_grid.html.erb
wice_grid-6.1.2 spec/support/test_app/app/views/custom_ordering_with_proc/_grid.html.erb
wice_grid-6.1.2 spec/support/test_app/app/views/custom_ordering/_grid.html.erb
wice_grid-6.1.2 spec/support/test_app/app/views/custom_ordering_with_arel/_grid.html.erb
wice_grid-6.1.1 spec/support/test_app/app/views/custom_ordering/_grid.html.erb
wice_grid-6.1.1 spec/support/test_app/app/views/custom_ordering_with_arel/_grid.html.erb
wice_grid-6.1.1 spec/support/test_app/app/views/custom_ordering_with_proc/_grid.html.erb
wice_grid-6.1.0 spec/support/test_app/app/views/custom_ordering/_grid.html.erb
wice_grid-6.1.0 spec/support/test_app/app/views/custom_ordering_with_arel/_grid.html.erb
wice_grid-6.1.0 spec/support/test_app/app/views/custom_ordering_with_proc/_grid.html.erb
pwice_grid-7.0.0 spec/support/test_app/app/views/custom_ordering_with_arel/_grid.html.erb
pwice_grid-7.0.0 spec/support/test_app/app/views/custom_ordering_with_proc/_grid.html.erb
pwice_grid-7.0.0 spec/support/test_app/app/views/custom_ordering/_grid.html.erb
pwice_grid-6.1.2 spec/support/test_app/app/views/custom_ordering_with_arel/_grid.html.erb
pwice_grid-6.1.2 spec/support/test_app/app/views/custom_ordering_with_proc/_grid.html.erb
pwice_grid-6.1.2 spec/support/test_app/app/views/custom_ordering/_grid.html.erb
pwice_grid-6.1.1 spec/support/test_app/app/views/custom_ordering/_grid.html.erb
pwice_grid-6.1.1 spec/support/test_app/app/views/custom_ordering_with_arel/_grid.html.erb