Sha256: e16f72f3668d825ab3a6ed355018c04e97c3bf7d8f633d89a66ba4f017808d76

Contents?: true

Size: 903 Bytes

Versions: 12

Compression:

Stored size: 903 Bytes

Contents

.well
  %h2= current_page_title
  %p
    An example with an autoreloading grid with detached filters.

= show_code

= render   'grid'


.row
  .col-md-2
    ID:
  .col-md-10
    = grid_filter @tasks_grid, :id

.row
  .col-md-2
    Title:
  .col-md-10
    = grid_filter @tasks_grid, :title

.row
  .col-md-2
    Archived:
  .col-md-10
    = grid_filter @tasks_grid, :archived


.row
  .col-md-2
    Status:
  .col-md-10
    = grid_filter @tasks_grid, :status_id

.row
  .col-md-2
    Project:
  .col-md-10
    = grid_filter @tasks_grid, :project_id


.row
  .col-md-2
    Due date:
  .col-md-10
    = grid_filter @tasks_grid, :due_date


.row
  .col-md-2
    Added:
  .col-md-10
    = grid_filter @tasks_grid, :created_at


.row
  .col-md-12
    .external-buttons
      %button.btn.btn-default.wg-external-reset-button{'data-grid-name' => 'grid'} Reset

.row
  .col-md-12

    = render_grid(@tasks_grid)

Version data entries

12 entries across 12 versions & 2 rubygems

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