pgAdmin 4 commit: Using different strategy to render different type of

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Using different strategy to render different type of
Date: 2016-02-05 09:06:12
Message-ID: E1aRcLE-0007GP-Rj@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)dhumal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-02-05 09:09:58 Re: New mechanism in backgrid to render different types of cells in same column [pgAdmin4]
Previous Message Ashesh Vashi 2016-02-05 08:50:05 pgAdmin 4 commit: Adding new control to show SQL query in a control.