From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Support double-click on Query Tool result grid column |
Date: | 2019-02-26 13:44:23 |
Message-ID: | E1gyd1z-0004mo-Ju@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Support double-click on Query Tool result grid column resize handles to auto-size to the content. Fixes #4034
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9c5b9364b619c148b2542ac9ab907eb90247d4f8
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Modified Files
--------------
docs/en_US/release_notes_4_3.rst | 1 +
.../static/js/selection/active_cell_capture.js | 5 +
.../js/slickgrid/plugins/slick.autocolumnsize.js | 160 +++++++++++++++++++++
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 4 +-
web/webpack.shim.js | 1 +
5 files changed, 170 insertions(+), 1 deletion(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2019-02-26 13:47:06 | Re: [pgAdmin4][RM4034] Auto resize column when double clicked on column resizer is SQL data output grid |
Previous Message | Dave Page | 2019-02-26 13:38:42 | Result grid rendering (was: Re: [pgAdmin4][Pattch] - RM #3673 - "Download as .csv" F8 does NOT work when one of joined files is a TEMPORARY file) |