Thread: pgAdmin 4 commit: In the current Backgrid implementation, a cell can be

pgAdmin 4 commit: In the current Backgrid implementation, a cell can be

From
Dave Page
Date:
In the current Backgrid implementation, a cell can be made editable through "editable: true/false" settings. It takes
onlya 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.vashi@enterprisedb.com>

Modified Files
--------------
web/pgadmin/static/js/backform.pgadmin.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)