| 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-12 07:57:49 |
| Message-ID: | E1lgjkb-0001uu-VY@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | 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
Branches
--------
React_Porting
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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Akshay Joshi | 2021-05-12 07:57:50 | pgAdmin 4 commit: Ensure that pgAdmin4 shut down completely on the Quit |
| Previous Message | Pradip Parkale | 2021-05-11 17:35:54 | [pgAdmin][RM6399]: Add panel option allows to add duplicate tabs. |