Sha256: 10e19c1f706e3d5442bf6af205b4a78ce28ec90e6528fa6500779668e91c2c95

Contents?: true

Size: 503 Bytes

Versions: 5

Compression:

Stored size: 503 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 override the default ordering by specifying a Proc which generates custom sql code. "Status Name"
      is sorted alphabetically unless
      = link_to 'a sort_by_length parameter is in the request.', sort_by_length: true

= 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_with_proc/index.html.haml
wice_grid-7.1.3 spec/support/test_app/app/views/custom_ordering_with_proc/index.html.haml
wice_grid-7.1.2 spec/support/test_app/app/views/custom_ordering_with_proc/index.html.haml
wice_grid-7.1.1 spec/support/test_app/app/views/custom_ordering_with_proc/index.html.haml
wice_grid-7.1.0 spec/support/test_app/app/views/custom_ordering_with_proc/index.html.haml