pgAdmin 4 commit: In the current Backgrid implementation, a cell can be - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: In the current Backgrid implementation, a cell can be
Date
Msg-id E1abTs7-0005Ed-2T@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: PATCH: Preferences/Options dialog
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Backgrid cell editable settings