I'm using ag-grid: https://www.ag-grid.com
I've tried the following grid options:
rowSelection: 'multiple',
suppressRowClickSelection: true,
rowDeselection: true
This results with rows not being selected when clicked...
And i try to achieve row selection (When you click on a row, the row will be marked) but without making the row's checkbox being checked...
Is there any way to achieve this behavior?
Thanks