[pgadmin-hackers] pgAdmin 4 commit: Retain column sizing in the query tool results gridw

Поиск
Список
Период
Сортировка
От Dave Page
Тема [pgadmin-hackers] pgAdmin 4 commit: Retain column sizing in the query tool results gridw
Дата
Msg-id E1dIvp9-0001aI-1K@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Retain column sizing in the query tool results grid when the same query is re-run multiple times in a row. Fixes #1971

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2fddf750e6a664a2d82756bf896bdacad1e10b2a
Author: Surinder Kumar <surinder.kumar@enterprisedb.com>

Modified Files
--------------
web/pgadmin/static/js/sqleditor_utils.js           |  58 ++++++++++
.../sqleditor/templates/sqleditor/js/sqleditor.js  | 120 ++++++++-------------
web/regression/javascript/sqleditor_utils_spec.js  |  27 +++++
3 files changed, 129 insertions(+), 76 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4] To fix the error "ValueError: toomany values to unpack" while polling
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] Re: [pgAdmin4][Patch][Feature #1971]: Remembercolumn sizes between executions of the same query in the query tool