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 <[email protected]> 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(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
