Module: Admin/Extensions/datatable_checkbox_mapping

DataTable Checkbox Mapping Extension

This extension maps the bulk actions from a datatable dropdown to the selected checkbox carets. Bind this extension into a datatable element which has a first.

Options

Bulk Action Selector | data-datatable_checkbox_mapping-bulk-action | String | Optional

Provide a selector for the bulk action dropdown widget. Default value is '.bulk-action'.

Bulk Selection Checkbox Selector | data-datatable_checkbox_mapping-bulk-selection | String | Optional

Provide a selector for the bulk row selection checkbox in the table header. Default value is '.bulk-selection'.

Caret Icon Class | data-datatable_checkbox_mapping-caret-icon-class | String | Optional

Provide a FontAwesome icon class for the checkbox caret. Default value is 'fa-caret-down'. Provide only the class name without dots or the "fa" class.

Source: