0

Is there any gridConfig property to suppress multiple cell selection in ag-grid? When I select cells using Shift/Ctrl I don't want multiple cells to be selected.

Edric
  • 24,639
  • 13
  • 81
  • 91
Riya
  • 794
  • 2
  • 9
  • 17

1 Answers1

0

If you dont want the feature of selecting multiple rows, you can set rowSelection property to 'single'

LMenon
  • 66
  • 5