@lemon-fe/kits 1.0.2-1 → 1.0.2
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.
|
@@ -1340,7 +1340,7 @@ var DataGrid = /*#__PURE__*/function (_Component) {
|
|
|
1340
1340
|
}, {
|
|
1341
1341
|
key: "isClientMode",
|
|
1342
1342
|
value: function isClientMode() {
|
|
1343
|
-
return this.props.
|
|
1343
|
+
return this.props.fetch === undefined;
|
|
1344
1344
|
}
|
|
1345
1345
|
}, {
|
|
1346
1346
|
key: "clearReadyQueue",
|
|
@@ -1966,7 +1966,8 @@ _defineProperty(DataGrid, "EmptyCol", {
|
|
|
1966
1966
|
headerName: '',
|
|
1967
1967
|
suppressNavigable: true,
|
|
1968
1968
|
lockVisible: true,
|
|
1969
|
-
suppressMenu: true
|
|
1969
|
+
suppressMenu: true,
|
|
1970
|
+
suppressColumnsToolPanel: true
|
|
1970
1971
|
});
|
|
1971
1972
|
|
|
1972
1973
|
_defineProperty(DataGrid, "Editors", {
|