DataTable Multi-Select Checkbox Column with 'select-checkbox' CSS (as in your example)

DataTable Multi-Select Checkbox Column with 'select-checkbox' CSS (as in your example)

Eugene_BEugene_B Posts: 19Questions: 8Answers: 0

In this example, you're using CSS-drawn checkboxes to add a Checkbox Column:
https://datatables.net/extensions/select/examples/initialisation/checkbox.html

But only 1 selection is possible. I don't know why, in your official example, you're using CSS-drawn checkboxes (instead of real Input checkboxes), but let me ask you: Suppose I go with this CSS-based example. How would I allow more than 1 checkbox to be selected?

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.