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 selection checkbox in the table header. Default value is '.bulk-selection'.

Row Selection Checkbox Selector | data-datatable_checkbox_mapping-row-selection | String | Optional

Provide a selector for the row selection checkbox in the table body. Default value is 'tbody tr input:checkbox'.

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: