Sha256: 6ea6fa19941c37e3a107b77fe1964b72be6489a087aa5bdd4a08af781d6f0af7

Contents?: true

Size: 420 Bytes

Versions: 132

Compression:

Stored size: 420 Bytes

Contents

- id = (resource.try(:to_param) || resource.try(:id) || resource.object_id)

.form-group.custom-control.custom-checkbox
  %input{value: 0, type: 'hidden'}
  %input.custom-control-input{name: "#{column[:input_name]}[]", id: "datatable_bulk_actions_resource_#{id}", value: id, type: 'checkbox', autocomplete: 'off', 'data-role': 'bulk-action' }
  %label.custom-control-label{for: "datatable_bulk_actions_resource_#{id}" }

Version data entries

132 entries across 132 versions & 1 rubygems

Version Path
effective_datatables-4.26.0 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.25.3 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.25.2 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.25.1 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.25.0 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.24.2 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.24.1 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.24.0 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.23.0 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.22.3 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.22.2 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.22.1 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.22.0 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.21.1 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.21.0 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.20.6 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.20.5 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.20.4 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.20.3 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.20.2 app/views/effective/datatables/_bulk_actions_column.html.haml