pgAdmin 4 commit: Added the ability to resize columns on dashboard tabl

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added the ability to resize columns on dashboard tabl
Date: 2022-05-18 12:20:27
Message-ID: E1nrIfD-0003TP-1N@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added the ability to resize columns on dashboard tables. Fixes #7364

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=11cfea38609a79e9881010e80a75a08de8c6a6be
Author: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_10.rst | 3 +-
web/pgadmin/dashboard/static/js/Dashboard.jsx | 117 ++++++++++-----------
.../misc/properties/CollectionNodeProperties.jsx | 10 +-
.../misc/statistics/static/js/Statistics.jsx | 4 +-
web/pgadmin/static/js/components/PgTable.jsx | 18 ++--
5 files changed, 72 insertions(+), 80 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-05-18 12:21:03 Re: [pgAdmin][RM7364]: Allow resizing of columns on dashboard tables
Previous Message Pradip Parkale 2022-05-18 12:13:48 Re: [pgAdmin][RM7364]: Allow resizing of columns on dashboard tables