Sha256: 19014fc942594cf7a4bf5a1c11914fe972136789c62fedced4c6660f0a090155

Contents?: true

Size: 539 Bytes

Versions: 12

Compression:

Stored size: 539 Bytes

Contents

:css
  table.my-grid {
    border: 1px solid red;
  }
  table.my-grid tr.my-header {
    background-color: #ebebeb;
  }


.well
  %h2= current_page_title
  %p
    It is possible to override the default ordering by specifying Arel objects. "Status Name" in the first table is done
    by the length of the status name. Ordering "Status Name" in the second table is actually replaced by ordering
    by column.

= show_code

.row
  .col-md-6
    = render   'grid', grid: @status_grid1

  .col-md-6
    = render   'grid', grid: @status_grid2

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
wice_grid-6.1.3 spec/support/test_app/app/views/custom_ordering_with_arel/index.html.haml
wice_grid-6.1.2 spec/support/test_app/app/views/custom_ordering_with_arel/index.html.haml
wice_grid-6.1.1 spec/support/test_app/app/views/custom_ordering_with_arel/index.html.haml
wice_grid-6.1.0 spec/support/test_app/app/views/custom_ordering_with_arel/index.html.haml
pwice_grid-7.0.0 spec/support/test_app/app/views/custom_ordering_with_arel/index.html.haml
pwice_grid-6.1.2 spec/support/test_app/app/views/custom_ordering_with_arel/index.html.haml
pwice_grid-6.1.1 spec/support/test_app/app/views/custom_ordering_with_arel/index.html.haml
pwice_grid-6.1.0 spec/support/test_app/app/views/custom_ordering_with_arel/index.html.haml
pwice_grid-5.0.2 spec/support/test_app/app/views/custom_ordering_with_arel/index.html.haml
pwice_grid-5.0.1 spec/support/test_app/app/views/custom_ordering_with_arel/index.html.haml
pwice_grid-5.0.0 spec/support/test_app/app/views/custom_ordering_with_arel/index.html.haml
wice_grid-4.1.0 spec/support/test_app/app/views/custom_ordering_with_arel/index.html.haml