mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add support for a function that can be set as an editable option value.
For Example:
editable: function(m) { return false; }
Add support for a function that can be set as an editable option value.
For Example:
editable: function(m) { return false; }