@noraent/nora-datagrid 0.0.265 → 0.0.266
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/buildPackage.json
CHANGED
package/dist/nora_datagrid.es.js
CHANGED
|
@@ -6613,7 +6613,6 @@ const useMouseEvent = () => {
|
|
|
6613
6613
|
gridRef.current.store.state.dataSource[updatedRow.__dataRowindex] = updatedRow;
|
|
6614
6614
|
store.setState(["state", "dataSource"], updateDataSource, true);
|
|
6615
6615
|
store.setState(["__reloadRangeRandomKey"], window.crypto.randomUUID());
|
|
6616
|
-
console.log("실행", updatedRow);
|
|
6617
6616
|
return updatedRow;
|
|
6618
6617
|
} catch (error) {
|
|
6619
6618
|
console.error("processRowUpdate error:", error);
|
|
@@ -7541,7 +7540,6 @@ const VirtualListItem = React__default.memo(
|
|
|
7541
7540
|
const columns = gridRef.current.store.state.columns;
|
|
7542
7541
|
const dataSource = gridRef.current.store.state.dataSource;
|
|
7543
7542
|
const row = dataSource[item == null ? void 0 : item.__dataRowindex];
|
|
7544
|
-
console.log("실행2", row);
|
|
7545
7543
|
const getItemRange = useCallback(() => {
|
|
7546
7544
|
const start2 = startColumnIndex;
|
|
7547
7545
|
let end2 = columnEndIndex;
|