Checkbox to select all Datatable
Checkbox to select all Datatable
alang2205
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
Take a look at the
select.style
docs. Themulti
option allows for just clicking to select multiple rows. Theos
uses things like shift and ctrl to help select multiple rows. Or for the best of both worlds use multi+shift.Kevin
Thanks kevin