Multi item selection + SHIFT
Multi item selection + SHIFT
murillomaxi@yahoo.com.ar
Posts: 5Questions: 2Answers: 0
I am using muti item selection like in https://datatables.net/extensions/select/examples/initialisation/multi.html. Is there any posibility to use the SHIFT key to select adyacente groups of rows?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Try using the
os
option for theselect.style
. See this example.Kevin
Thank you Kevin for your reply. I need to select multiple rows just by clicking on them and also to use the SHIFT to select group of rows.
Hi murillo,
<- This allows you to select multiple rows by just clicking on them.
<- This allows you to select multiple rows with shift and ctrl.
I hope this helps you
Best regards
schwaluck
Take a look at the
select.style
docs for all the options. Maybemutli+shift
will do what you want.Kevin
Thank you kthorngren!! I read that page and i dont know why I didnt see that option!