pgAdmin 4 commit: Fixed slider jump issue by making an API call to fetc

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed slider jump issue by making an API call to fetc
Date: 2020-04-22 13:17:24
Message-ID: E1jRFFk-0004yl-ED@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed slider jump issue by making an API call to fetch the next batch of rows only after a user stops scrolling down. Fixes #3269

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5e91ed2bb1123b7bc7a96ee783d50b8b8b2f716b
Author: Nagesh Dhope <nagesh(dot)dhope(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/sqleditor/__init__.py | 5 +++--
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 19 ++++++++++++-------
2 files changed, 15 insertions(+), 9 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-04-22 13:18:12 Re: [pgAdmin4][Patch] - RM 3900 - Delete/Drop option is disabled for the constraints
Previous Message Sean Dowd 2020-04-22 13:10:31 Can't save data after edit in View/Edit Data mode