pgAdmin 4 commit: Added the ability to resize columns on dashboard tabl - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added the ability to resize columns on dashboard tabl
Date
Msg-id E1nrIfD-0003TP-1N@gothos.postgresql.org
Whole thread Raw
List 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.parkale@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Pradip Parkale
Date:
Subject: Re: [pgAdmin][RM7364]: Allow resizing of columns on dashboard tables
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM7364]: Allow resizing of columns on dashboard tables