Change read-only status Tzachi Created December 06, 2022 10:22 How do I change the table output status from read-only so I can clone\delete\update a row?Also I'm the submit changes button is not shown.I'm using DataGrip 2022.3
There is no way to do that. The view is read-only because it is not always a simple table, but more often a compilation from different tables, results of procedures execution, or even a static value.
See https://intellij-support.jetbrains.com/hc/en-us/articles/8943895691154