pgAdmin 4 commit: Using different strategy to render different type of - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Using different strategy to render different type of
Date
Msg-id E1aRcLE-0007GP-Rj@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Using different strategy to render different type of data based on the
type for the Variable control, instead of using the complex DynamicCell.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a0648ed54b9a5079434d8a4ebcd09e30e3f54098
Author: Harshal Dhumal <harshal.dhumal@enterprisedb.com>

Modified Files
--------------
.../server_groups/servers/static/js/variable.js    | 147 +++++++--------------
web/pgadmin/static/js/backgrid/backgrid.pgadmin.js |  43 ++++++
2 files changed, 92 insertions(+), 98 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Do not show the tablespace node as inode ('+' sign fo
Next
From: Ashesh Vashi
Date:
Subject: Re: New mechanism in backgrid to render different types of cells in same column [pgAdmin4]