In the current Backgrid implementation, a cell can be made editable through "editable: true/false" settings. It takes only a boolean value.
Add support for a function that can be set as an editable option value. For Example: editable: function(m) { return false; } Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=789ece89fb3dfba660801b03446c5b8bf6066154 Author: Khushboo Vashi <khushboo.va...@enterprisedb.com> Modified Files -------------- web/pgadmin/static/js/backform.pgadmin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers