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.15.2 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.15.1 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.15.0 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.14.2 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.14.1 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.14.0 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.13.5 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.13.4 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.13.3 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.13.2 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.13.1 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.13.0 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.12.0 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.11.2 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.11.1 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.11.0 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.10.7 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.10.6 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.10.5 app/views/effective/datatables/_filters.html.haml
effective_datatables-4.10.4 app/views/effective/datatables/_filters.html.haml