@insticc/react-datagrid-2 1.1.30 → 1.1.31
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/build/wrapper/index.js +1 -1
- package/package.json +1 -1
package/build/wrapper/index.js
CHANGED
|
@@ -845,7 +845,7 @@ var DataGrid = function DataGrid(_ref) {
|
|
|
845
845
|
});
|
|
846
846
|
selectData(selectedRows);
|
|
847
847
|
}
|
|
848
|
-
}, [rowSelection
|
|
848
|
+
}, [rowSelection]);
|
|
849
849
|
(0, _react.useEffect)(function () {
|
|
850
850
|
var rows = table.getRowModel().rows.map(function (r) {
|
|
851
851
|
return r.original;
|