pgAdmin 4 commit: Added option to provide maximum width of the column w

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added option to provide maximum width of the column w
Date: 2021-06-28 06:21:39
Message-ID: E1lxkeJ-0002Wl-Oe@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added option to provide maximum width of the column when 'Resize by data?’ option in the preferences is set to True. Fixes #6559

Branch
------
master

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

Modified Files
--------------
docs/en_US/images/preferences_sql_results_grid.png | Bin 127901 -> 164029 bytes
docs/en_US/preferences.rst | 4 ++++
docs/en_US/release_notes_5_5.rst | 1 +
.../js/slickgrid/plugins/slick.autocolumnsize.js | 6 +++++-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 2 +-
.../sqleditor/utils/query_tool_preferences.py | 15 ++++++++++++++-
6 files changed, 25 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Rahul Shirsat 2021-06-28 08:29:43 Re: [patch][pgAdmin] RM3893 pgadmin4 Reassign/Drop Owned
Previous Message Akshay Joshi 2021-06-27 13:36:25 Re: [pgAdmin][RM6557]: Incorrect column name listed in Properties of Index