pgAdmin 4 commit: Retain column sizing in the query tool results grid w

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Retain column sizing in the query tool results grid w
Date: 2017-06-08 11:41:59
Message-ID: E1dIvp9-0001aI-1K@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Retain column sizing in the query tool results grid when the same query is re-run multiple times in a row. Fixes #1971

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2fddf750e6a664a2d82756bf896bdacad1e10b2a
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/static/js/sqleditor_utils.js | 58 ++++++++++
.../sqleditor/templates/sqleditor/js/sqleditor.js | 120 ++++++++-------------
web/regression/javascript/sqleditor_utils_spec.js | 27 +++++
3 files changed, 129 insertions(+), 76 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-08 11:42:16 Re: Re: [pgAdmin4][Patch][Feature #1971]: Remember column sizes between executions of the same query in the query tool
Previous Message Dave Page 2017-06-08 11:34:42 Re: [pgAdmin4] To fix the error "ValueError: too many values to unpack" while polling