You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: