Clearing Selected Rows in `oj-table` After Data Refresh
Summary:
I am using an oj-table
component where users can select single or multiple rows. Since multiple selection is enabled, the table automatically adds a checkbox column for row selection. Users can select rows and click an action button to update data based on the selected rows. After performing the action, I refresh the SDP source by firing a "Data Provider Event," which refreshes the data successfully. However, the issue is that the selected rows remain checked even after the data is refreshed. How can I ensure that all selected rows are unselected when the data is refreshed?
Content (please ensure you mask any confidential information):