pgAdmin 4 commit: Fixes #1243 - Allow to resize the columns of the resu

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixes #1243 - Allow to resize the columns of the resu
Date: 2016-06-02 09:17:04
Message-ID: E1b8OkS-0000mJ-FR@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixes #1243 - Allow to resize the columns of the result table in the
Query editor.

Branch
------
master

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

Modified Files
--------------
.../css/backgrid/backgrid-sizeable-columns.css | 35 ++
.../js/backgrid/backgrid-sizeable-columns.js | 501 +++++++++++++++++++++
web/pgadmin/templates/base.html | 5 +
.../sqleditor/templates/sqleditor/js/sqleditor.js | 182 +++++++-
4 files changed, 704 insertions(+), 19 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-06-02 09:18:39 pgAdmin 4 commit: Fixes #1295 - Added menu for the 'Grant Wizard' for t
Previous Message Surinder Kumar 2016-06-02 09:13:36 [pgAdmin4][Patch]: RM#1295 - Grant wizard should also added with Trigger function node through Right Click