[pgadmin-hackers] pgAdmin 4 commit: Retain column sizing in the query tool results gridw - Mailing list pgadmin-hackers

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Retain column sizing in the query tool results gridw
Date
Msg-id E1dIvp9-0001aI-1K@gothos.postgresql.org
Whole thread Raw
List 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.kumar@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4] To fix the error "ValueError: toomany values to unpack" while polling
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] Re: [pgAdmin4][Patch][Feature #1971]: Remembercolumn sizes between executions of the same query in the query tool