Multiple Row select using datatable editor

Multiple Row select using datatable editor

williamay53williamay53 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

Answers

  • allanallan Posts: 63,266Questions: 1Answers: 10,424 Site admin
    Answer ✓

    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 and multi+shift. See the select.style documentation for details.

    Allan

This discussion has been closed.