Thank you. It is working.
Sorry, one more query, I need to prevent deselection if the row is already selected and the user clicks on the same row. The deselection needs to be worked when the user clicks on another row.
I am trying with "toggle: false" in selectionModel but it is not working. Please advise.
selectionModel: { type: 'row', mode: 'block', column: false, row: true, toggle: false },