pgAdmin 4 commit: Added support for on-demand loading of items in Selec

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added support for on-demand loading of items in Selec
Date: 2020-01-01 05:54:27
Message-ID: E1imWxf-0004x1-Pg@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added support for on-demand loading of items in Select2. Fixes #5038.

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_17.rst | 1 +
web/pgadmin/browser/static/js/node.ui.js | 51 +++++++++++++++++++++++++++++++
web/pgadmin/static/js/backform.pgadmin.js | 13 ++++++--
web/pgadmin/static/js/backgrid.pgadmin.js | 7 +++++
4 files changed, 70 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-01-01 05:55:29 Re: [pgAdmin][RM5038] Select2 enhancement - Load items on demand (scroll)
Previous Message Akshay Joshi 2020-01-01 05:23:20 Re: [pgAdmin4][RM#5047] Add tab navigation for tabs under explain panel in query tool