Sha256: d8164a72ac8792193a6f94ed2d9d4efbcb15b9c8324c7e41499dfc723d8319be

Contents?: true

Size: 789 Bytes

Versions: 79

Compression:

Stored size: 789 Bytes

Contents

.effective-datatables-filters{'aria-controls': datatable.to_param}
  = effective_form_with(scope: :filters, url: (datatable._form[:url] || '#'), method: datatable._form[:verb], id: nil) do |form|
    .form-row.align-items-center
      - if datatable._scopes.present?
        = datatable_scope_tag(form, datatable)

      - datatable._filters.each do |name, opts|
        = datatable_filter_tag(form, datatable, name, opts)

      .form-group.col-auto
        - if datatable._filters_form_required?
          = form.save t('effective_datatables.apply'), 'data-disable-with': t('effective_datatables.applying')
        - else
          = link_to t('effective_datatables.apply'), '#', class: 'btn btn-primary btn-effective-datatables-filters', 'data-apply-effective-datatables-filters': true

Version data entries

79 entries across 79 versions & 1 rubygems

Version Path
effective_datatables-4.7.7 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.7.6 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.7.5 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.7.4 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.7.3 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.7.2 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.7.1 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.7.0 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.6.2 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.6.1 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.6.0 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.5.7 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.5.6 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.5.5 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.5.4 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.5.3 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.5.2 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.5.1 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.5.0 app/views/effective/datatables/_filters.html.haml