Sha256: dcede09e2df7d64bdbe09563e7e060d1775bc16877f72872c8733e53c5a36611

Contents?: true

Size: 711 Bytes

Versions: 28

Compression:

Stored size: 711 Bytes

Contents

.effective-datatables-filters{'aria-controls': datatable.to_param}
  = effective_form_with(scope: :filters, url: (datatable._form[:url] || '#'), method: datatable._form[:verb]) 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 'Apply', 'data-disable-with': 'Applying...'
        - else
          = link_to 'Apply', '#', class: 'btn btn-primary btn-effective-datatables-filters', 'data-apply-effective-datatables-filters': true

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
effective_datatables-4.4.5 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.4.4 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.4.3 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.4.2 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.4.1 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.4.0 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.3.25 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.3.24 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.3.23 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.3.22 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.3.21 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.3.20 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.3.19 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.3.18 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.3.17 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.3.16 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.3.15 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.3.14 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.3.13 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.3.12 app/views/effective/datatables/_filters.html.haml