Sha256: 89ca3466983f4564989cc5fe48c3401cfb07c7fbe5d368845c43b688b1d7563c

Contents?: true

Size: 257 Bytes

Versions: 15

Compression:

Stored size: 257 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_fs(:db) if status.created_at
  end
end -%>

Version data entries

15 entries across 5 versions & 1 rubygems

Version Path
wice_grid-7.1.4 spec/support/test_app/app/views/custom_ordering_with_proc/_grid.html.erb
wice_grid-7.1.4 spec/support/test_app/app/views/custom_ordering_with_arel/_grid.html.erb
wice_grid-7.1.4 spec/support/test_app/app/views/custom_ordering/_grid.html.erb
wice_grid-7.1.3 spec/support/test_app/app/views/custom_ordering/_grid.html.erb
wice_grid-7.1.3 spec/support/test_app/app/views/custom_ordering_with_proc/_grid.html.erb
wice_grid-7.1.3 spec/support/test_app/app/views/custom_ordering_with_arel/_grid.html.erb
wice_grid-7.1.2 spec/support/test_app/app/views/custom_ordering_with_arel/_grid.html.erb
wice_grid-7.1.2 spec/support/test_app/app/views/custom_ordering/_grid.html.erb
wice_grid-7.1.2 spec/support/test_app/app/views/custom_ordering_with_proc/_grid.html.erb
wice_grid-7.1.1 spec/support/test_app/app/views/custom_ordering_with_proc/_grid.html.erb
wice_grid-7.1.1 spec/support/test_app/app/views/custom_ordering_with_arel/_grid.html.erb
wice_grid-7.1.1 spec/support/test_app/app/views/custom_ordering/_grid.html.erb
wice_grid-7.1.0 spec/support/test_app/app/views/custom_ordering/_grid.html.erb
wice_grid-7.1.0 spec/support/test_app/app/views/custom_ordering_with_proc/_grid.html.erb
wice_grid-7.1.0 spec/support/test_app/app/views/custom_ordering_with_arel/_grid.html.erb