Sha256: 17e5ee1b41a2d79c54de5e1d2141fe330cf41a816b1e4b6104f3d0bd1d9e6b92

Contents?: true

Size: 1.22 KB

Versions: 12

Compression:

Stored size: 1.22 KB

Contents

.well
  %h2= current_page_title
  %p
    An example with 2 independant autoreloading grids on one page.

= show_code

= render   'grid', grid: @tasks_grid
= render   'grid', grid: @tasks_grid2


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

  .col-md-2
    Title:
  .col-md-4
    = grid_filter @tasks_grid2, :title



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


  .col-md-2
    Archived:
  .col-md-4
    = grid_filter @tasks_grid2, :archived



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

  .col-md-2
    Status:
  .col-md-4
    = grid_filter @tasks_grid2, :status_id



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

  .col-md-2
    Due date:
  .col-md-4
    = grid_filter @tasks_grid2, :due_date


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

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


.row-fluid
  .col-md-6
    = render_grid(@tasks_grid)
  .col-md-6
    = render_grid(@tasks_grid2)

Version data entries

12 entries across 12 versions & 2 rubygems

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