How to select multiple rows by checkbox without using CTRL?

How to select multiple rows by checkbox without using CTRL?

akomysteryakomystery Posts: 1Questions: 1Answers: 0

I am using below JS code to get Checkbox.

columnDefs: [ {
orderable: false,
className: 'select-checkbox',
targets: 0,

    } ],

I want select multiple rows by checkbox without using CTRL?

Can you tell me solution.

Answers

  • allanallan Posts: 61,740Questions: 1Answers: 10,111 Site admin

    Use the select.style option set to be multi - example here - it doesn't show checkbox selection, but the behaviour is identical if you enable checkboxes.

    Allan

This discussion has been closed.