Select Extension - Multi w/ OS

Select Extension - Multi w/ OS

bjuneaubjuneau Posts: 20Questions: 5Answers: 1

Why can't you use "multi" and limit row selection action to only the checkbox column? I can think of several common use cases where you'd want to select multiple rows using checkboxes while having links or options on the remaining columns. However, the way "multi" currently works is very restrictive. :disappointed:

This question has an accepted answers - jump to answer

Answers

  • bjuneaubjuneau Posts: 20Questions: 5Answers: 1
    edited August 2018 Answer ✓

    Nvm... I see there is a "multi+shift" option which gives me what I want. Also, I needed to give my selector a specific class since I'm fixing the first and last column with a dropdown.

    select: {
        style:    'multi+shift',
        selector: 'td.cell-input'
    },
    
This discussion has been closed.