HalitTalha / ng-material-extensions

Extended features for @angular/material components
Apache License 2.0
101 stars 52 forks source link

How can I reset only selected rows #105

Open pooja-s-yadav opened 3 years ago

pooja-s-yadav commented 3 years ago

I'm using toggleRow(index: number) method to mark the row for selection export. In case user deselects any of the row then also it is getting exported. To avoid this I want to reset row selection of deselected row. How can I reset only selected rows. Currently I found resetToggleRow() for Resetting all the rows toggled for exporting. Please suggest any method or solution.

pooja-s-yadav commented 3 years ago

Any recommendation on this issue?