pgAdmin 4 commit: Allow to specify the options as a function, which ret

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Allow to specify the options as a function, which ret
Дата
Msg-id E1aFyGH-0008G2-Hz@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Allow to specify the options as a function, which returns array in form
of (label, value) tuple in the SelectControl.

We will apply the transform function, while rendering the control, and
not during intialization. This will allow us to generate different
options data based on the dependent values.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=109b367fc31aa53e7022f11a04b4e1daddee9c90

Modified Files
--------------
web/pgadmin/browser/static/js/node.ui.js  | 11 +++----
web/pgadmin/static/js/backform.pgadmin.js | 51 +++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+), 7 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Resolved an issue in the node control related using e
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Resolved issues regarding the rows, and column descri