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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where the data grid scroll is not rese
Дата
Msg-id E1ntq4s-0002vk-0A@gothos.postgresql.org
обсуждение исходный текст
Список 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.toshniwal@enterprisedb.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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Fixed an issue when a table has a column with an arra
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][patch] Query tool reset scroll on query execution