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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: In the current Backgrid implementation, a cell can be
Дата
Msg-id E1abTs7-0005Ed-2T@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: PATCH: Preferences/Options dialog
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Backgrid cell editable settings