setSelectingMode abstract method

void setSelectingMode(
  1. PlutoGridSelectingMode selectingMode, {
  2. bool notify = true,
})
inherited

Set the mode to select cells or rows.

If PlutoGrid.mode is PlutoGridMode.select or PlutoGridMode.selectWithOneTap Coerced to PlutoGridSelectingMode.none regardless of selectingMode value.

When PlutoGrid.mode is PlutoGridMode.multiSelect Coerced to PlutoGridSelectingMode.row regardless of selectingMode value.

Implementation

void setSelectingMode(
  PlutoGridSelectingMode selectingMode, {
  bool notify = true,
});