Multiple Row select using datatable editor
Multiple Row select using datatable editor
williamay53
Posts: 7Questions: 5Answers: 0
Hi,
In page https://editor.datatables.net/, inline editing section, I need to hold-on the control key to multiply select rows by checking the checkbox. How can I multiply select without holding on the control key?
William
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You can use shift to select the rows in between two rows that are clicked. The default selection style for the Select extension is
os
(which attempts to act the same as the file selectors in Windows and MacOS).Other options include
multi
andmulti+shift
. See theselect.style
documentation for details.Allan