sccoreui 6.0.4 → 6.0.5
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.
|
@@ -223,8 +223,10 @@ function ParentForGrid(props) {
|
|
|
223
223
|
};
|
|
224
224
|
// Update cell from front end and give a call back to products
|
|
225
225
|
const wrapperToFillOpertation = (params) => {
|
|
226
|
+
console.log('calling fill operation wrapper');
|
|
226
227
|
(0, helper_1.fillOperation)(params, api, initialDragRowIndex, props === null || props === void 0 ? void 0 : props.updateCell);
|
|
227
228
|
};
|
|
229
|
+
console.log('sccore version - 6.0.05');
|
|
228
230
|
// Give unique id for rows to grid
|
|
229
231
|
const getRowId = (prams) => prams.data.id;
|
|
230
232
|
// Options that grid should have
|
|
@@ -254,7 +256,7 @@ function ParentForGrid(props) {
|
|
|
254
256
|
blockLoadDebounceMillis: constants_1.DEBOUNCE_INTERVAL,
|
|
255
257
|
noRowsOverlayComponent: props === null || props === void 0 ? void 0 : props.noRowsOverlayComponent,
|
|
256
258
|
loadingOverlayComponent: loading_component_1.default,
|
|
257
|
-
suppressCellFocus: true,
|
|
259
|
+
// suppressCellFocus: true, // Dont select cell on click to cell
|
|
258
260
|
suppressPropertyNamesCheck: true,
|
|
259
261
|
suppressServerSideFullWidthLoadingRow: true,
|
|
260
262
|
enableRangeSelection: true,
|