@pdg/react-table 1.0.7 → 1.0.8
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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9028,7 +9028,7 @@ Table.defaultProps = TableDefaultProps;var SearchTableDefaultProps = {};var Sear
|
|
|
9028
9028
|
if (data)
|
|
9029
9029
|
getData(data);
|
|
9030
9030
|
}
|
|
9031
|
-
}, [
|
|
9031
|
+
}, [window.location.hash]);
|
|
9032
9032
|
//--------------------------------------------------------------------------------------------------------------------
|
|
9033
9033
|
var hashChange = React.useCallback(function (params) {
|
|
9034
9034
|
if (onRequestHashChange) {
|