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.8.5 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.8.4 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.8.3 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.8.2 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.8.1 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.8.0 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.7.21 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.7.20 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.7.19 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.7.18 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.7.17 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.7.16 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.7.15 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.7.14 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.7.13 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.7.12 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.7.11 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.7.10 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.7.9 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.7.8 app/views/effective/datatables/_filters.html.haml