Sha256: 7e94be6b678c649554dfc5296d3f5eeda37e014ebec2b4baba63395bfb6408d8

Contents?: true

Size: 949 Bytes

Versions: 12

Compression:

Stored size: 949 Bytes

Contents

.well
  %h2= current_page_title
  %p
    CSV export works with
    %code define_grid
    and external filters, too.

= show_code

= render   'grid'


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

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

.row
  .col-md-2
    Description:
  .col-md-10
    = grid_filter @tasks_grid, :description_filter

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


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


.row
  .col-md-12
    %button.btn.btn-primary.wg-external-submit-button{'data-grid-name' => 'grid'} Submit
    %button.btn.btn-default.wg-external-reset-button{'data-grid-name' => 'grid'} Reset
    %button.btn.btn-primary.wg-external-csv-export-button{'data-grid-name' => 'grid'} Export To CSV

%p

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