pgAdmin 4 commit: Fix load on demand in View/Edit data mode. Fixes #453 - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix load on demand in View/Edit data mode. Fixes #453
Date
Msg-id E1htU1z-0006Wc-7z@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix load on demand in View/Edit data mode. Fixes #4536

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0cfd76c2795466d9b7d08ccc10c273bfcef80dae
Author: Yosry Muhammad <yosrym93@gmail.com>

Modified Files
--------------
docs/en_US/release_notes_4_12.rst                  |  3 ++-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 16 +++++++++-------
2 files changed, 11 insertions(+), 8 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Feature #4540 Change the design of the Codetab/block wherever applicable
Next
From: Dave Page
Date:
Subject: Re: Ensure View Data mode fetches next rows on scrolling throughresults when appropriate. Fixes #4536.