Sha256: 467f296fa537499ba08d9ac339a80acbf061082813c73f4749ada982895adda8

Contents?: true

Size: 650 Bytes

Versions: 5

Compression:

Stored size: 650 Bytes

Contents

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

.card.bg-light
  .card-body
    %h2= current_page_title
    %p
      It is possible to support ordering on calculated fields with custom_sort. When using this method you must specify
      an (arbitrary) attribute name, which is used as a query parameter.
    %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

5 entries across 5 versions & 1 rubygems

Version Path
wice_grid-7.1.4 spec/support/test_app/app/views/custom_ordering_on_calculated/index.html.haml
wice_grid-7.1.3 spec/support/test_app/app/views/custom_ordering_on_calculated/index.html.haml
wice_grid-7.1.2 spec/support/test_app/app/views/custom_ordering_on_calculated/index.html.haml
wice_grid-7.1.1 spec/support/test_app/app/views/custom_ordering_on_calculated/index.html.haml
wice_grid-7.1.0 spec/support/test_app/app/views/custom_ordering_on_calculated/index.html.haml