ods-component-lib 1.17.12 → 1.17.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1218,7 +1218,9 @@ function OdsDataGrid(props) {
1218
1218
  if (dataGridRef.current) {
1219
1219
  var selectedRowKeys = dataGridRef.current.instance.getSelectedRowKeys();
1220
1220
  if (selectedRowKeys.length > 0) {
1221
+ debugger;
1221
1222
  dataGridRef.current.instance.clearSelection();
1223
+ dataGridRef.current.instance.deselectAll();
1222
1224
  }
1223
1225
  }
1224
1226
  };