Checkbox to select all Datatable
Checkbox to select all Datatable
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
This discussion has been closed.
Answers
Take a look at the
select.styledocs. Themultioption allows for just clicking to select multiple rows. Theosuses things like shift and ctrl to help select multiple rows. Or for the best of both worlds use multi+shift.Kevin
Thanks kevin