pgAdmin 4 commit: Added support to set auto width of columns by content - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added support to set auto width of columns by content
Date
Msg-id E1leyyc-0002yS-5G@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][Patch] Bug #6407 - missing CREATE TYPE statement when using CREATE Script menu
Next
From: Florian Sabonchi
Date:
Subject: oauth2 patch