pgAdmin 4 commit: Avoid re-rendering the edit grid for every row that i

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Avoid re-rendering the edit grid for every row that i
Date: 2017-05-30 15:22:15
Message-ID: E1dFiyN-0000xg-QK@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Avoid re-rendering the edit grid for every row that is pasted.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=456096092d7fac8cc592003d930e06ea86eaa23c
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
.../sqleditor/templates/sqleditor/js/sqleditor.js | 25 ++++++++++++++++------
1 file changed, 19 insertions(+), 6 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-05-30 15:22:28 Re: pgAdmin 4 commit: Cleanup handling of default/null values when data edi
Previous Message Dave Page 2017-05-30 14:51:27 Re: [pgAdmin4][runtime][patch]: RM#2398 - Proxy not bypassed for embedded server in runtime on Windows