Sha256: 94de6aad2961c66c55b4e6bd55f6bc5222e3c57de46e1c4b070bef8fd24b4b6d

Contents?: true

Size: 639 Bytes

Versions: 12

Compression:

Stored size: 639 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 a Proc to define the key to sort on. This key can be
    a method of the model or other Ruby code. "Status Name" sorts on Status#number_of_vowels.
  %p
    Note that this method requires loading every result of the query into memory and running the Proc on each, so is
    unsuitable for a large number of results or expensive calculations.

= show_code

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

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_ruby/index.html.haml
wice_grid-6.1.2 spec/support/test_app/app/views/custom_ordering_with_ruby/index.html.haml
wice_grid-6.1.1 spec/support/test_app/app/views/custom_ordering_with_ruby/index.html.haml
wice_grid-6.1.0 spec/support/test_app/app/views/custom_ordering_with_ruby/index.html.haml
pwice_grid-7.0.0 spec/support/test_app/app/views/custom_ordering_with_ruby/index.html.haml
pwice_grid-6.1.2 spec/support/test_app/app/views/custom_ordering_with_ruby/index.html.haml
pwice_grid-6.1.1 spec/support/test_app/app/views/custom_ordering_with_ruby/index.html.haml
pwice_grid-6.1.0 spec/support/test_app/app/views/custom_ordering_with_ruby/index.html.haml
pwice_grid-5.0.2 spec/support/test_app/app/views/custom_ordering_with_ruby/index.html.haml
pwice_grid-5.0.1 spec/support/test_app/app/views/custom_ordering_with_ruby/index.html.haml
pwice_grid-5.0.0 spec/support/test_app/app/views/custom_ordering_with_ruby/index.html.haml
wice_grid-4.1.0 spec/support/test_app/app/views/custom_ordering_with_ruby/index.html.haml