Sha256: 77a21727769da42836c241ad0c5a11140c15a253c86ae47d06b39f4a9b22348b

Contents?: true

Size: 675 Bytes

Versions: 12

Compression:

Stored size: 675 Bytes

Contents

.well
  %h2= current_page_title
  %p
    You can hide a certain action checkbox if you add the usual block to
    %code g.action_column
    , just like with the
    %code g.column
    definition. If the block returns
    %code nil
    or
    %code false
    no checkbox will be rendered.

= show_code

= dump_filter_parameters_as_hidden_fields(@tasks_grid)
= form_for '#', method:  :get do

  - if @selected
    .well
      Selected tasks:
      = @selected.to_sentence

  .row-fluid
    .col-md-12
      %p
        %button.btn.btn-default{'type' => 'submit'} Process tasks

      = render   'grid'

      %p
        %button.btn.btn-default{'type' => 'submit'} Process tasks

Version data entries

12 entries across 12 versions & 2 rubygems

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