I'm using the Selection Data table
to deselect all the rows we use:
this.selection.clear();
where selection is an object of SelectionModel class. Now what if I want to remove the selection of specific row from code behind "component typescript code", is there any helpful "angular" statement just like clear() method?