pgAdmin 4 commit: Fix sorting of numerics in the statistics grids. Fixe

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix sorting of numerics in the statistics grids. Fixe
Date: 2017-01-09 10:25:45
Message-ID: E1cQX97-0007lw-4X@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix sorting of numerics in the statistics grids. Fixes #1938

Branch
------
master

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

Modified Files
--------------
web/pgadmin/static/js/backgrid/backgrid.pgadmin.js | 109 ++++++++++++++++++++-
web/pgadmin/templates/base.html | 1 +
2 files changed, 106 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-01-09 10:28:07 Re: [pgAdmin4][Patch]: RM1938 - Backgrid sorting not working for Integer/Number types
Previous Message Surinder Kumar 2017-01-09 10:12:53 Re: [pgAdmin4][Patch]: RM1938 - Backgrid sorting not working for Integer/Number types