pgAdmin 4 commit: Fixed an issue where the data grid scroll is not rese

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where the data grid scroll is not rese
Date: 2022-05-25 12:25:26
Message-ID: E1ntq4s-0002vk-0A@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the data grid scroll is not reset when a query is executed.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=aaab5c51a7e72f0c54dec02a6d15bd705c7025e4
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
web/package.json | 2 +-
web/pgadmin/tools/sqleditor/__init__.py | 1 +
.../tools/sqleditor/static/js/components/QueryToolComponent.jsx | 2 ++
.../sqleditor/static/js/components/QueryToolDataGrid/index.jsx | 5 ++---
.../tools/sqleditor/static/js/components/sections/ResultSet.jsx | 6 +++---
web/yarn.lock | 4 ++--
6 files changed, 11 insertions(+), 9 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-05-25 12:25:41 Re: [pgAdmin][patch] Query tool reset scroll on query execution
Previous Message Akshay Joshi 2022-05-25 12:25:25 pgAdmin 4 commit: Fixed an issue when a table has a column with an arra