Checkbox to select all Datatable

Checkbox to select all Datatable

alang2205alang2205 Posts: 18Questions: 11Answers: 0

i have been using this example code:https://jsfiddle.net/annoyingmouse/yxLrLr8o/
It works fine but why can´t i check multiple checkbox at the same time, when i try to do that the checkboxs acts as radio buttons?

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 20,145Questions: 26Answers: 4,736
    Answer ✓

    Take a look at the select.style docs. The multi option allows for just clicking to select multiple rows. The os uses things like shift and ctrl to help select multiple rows. Or for the best of both worlds use multi+shift.

    Kevin

  • alang2205alang2205 Posts: 18Questions: 11Answers: 0

    Thanks kevin

Sign In or Register to comment.