You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue occurs when i try to update only a some columns in row.
I have row with 6 columns and I want to update only one specific column in the row. I send id of row, and data only for one column. That one column update correctly but other columns are null because of if statement show above ...
Would it be possible to change this line copy[key] = null;
for something like this: copy[key] = "originalValue"
The text was updated successfully, but these errors were encountered:
I have issue with update logic
here in this peace of code in your update function
This issue occurs when i try to update only a some columns in row.
I have row with 6 columns and I want to update only one specific column in the row. I send id of row, and data only for one column. That one column update correctly but other columns are null because of if statement show above ...
Would it be possible to change this line
copy[key] = null;
for something like this:
copy[key] = "originalValue"
The text was updated successfully, but these errors were encountered: