βοΈEditor Features
DataGrid Editor: Easily edit MongoDB data with features like Copy Value for efficient management.
Copy Value Action in Result View
Default Behavior in Tree Table Result View
When copying a value "lava", instead of the value, the whole array is copied.
The result is as follows:
["lava"]
New Copy Value Behavior
The Copy Value action in the Result View really only copies the selected element to the clipboard.
lava
Last updated
Was this helpful?