pgAdmin 4 commit: Added support to set auto width of columns by content

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added support to set auto width of columns by content
Date: 2021-05-07 11:49:02
Message-ID: E1leyyc-0002yS-5G@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added support to set auto width of columns by content size in the data output window. Fixes #5954

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d80087f6d513c1b1a457dbdfd13bf100777aa609

Modified Files
--------------
docs/en_US/images/preferences_sql_results_grid.png | Bin 91165 -> 116960 bytes
docs/en_US/preferences.rst | 3 ++
docs/en_US/release_notes_5_3.rst | 1 +
.../js/slickgrid/plugins/slick.autocolumnsize.js | 13 ++++---
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 40 +++++++++++++++++----
.../sqleditor/utils/query_tool_preferences.py | 10 ++++++
6 files changed, 57 insertions(+), 10 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Florian Sabonchi 2021-05-07 15:41:18 oauth2 patch
Previous Message Akshay Joshi 2021-05-07 07:10:26 Re: [pgAdmin][Patch] Bug #6407 - missing CREATE TYPE statement when using CREATE Script menu