pgAdmin 4 commit: Allow to specify the options as a function, which ret - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Allow to specify the options as a function, which ret
Date
Msg-id E1aFyGH-0008G2-Hz@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Resolved an issue in the node control related using e
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Resolved issues regarding the rows, and column descri