pgAdmin 4 commit: Add an option to manually count rows in tables to ren

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add an option to manually count rows in tables to ren
Date: 2017-11-08 01:27:15
Message-ID: E1eCF99-0005Ms-Sh@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add an option to manually count rows in tables to render the properties. Fixes #2846

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=88cd68c2b9a626eee0e29242aa8ca4401a3999b6
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
.../servers/databases/schemas/tables/__init__.py | 41 +++++++++++++-
.../databases/schemas/tables/static/js/table.js | 64 ++++++++++++++++++++--
web/pgadmin/browser/static/js/node.js | 2 +-
3 files changed, 100 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-11-08 01:27:27 Re: [pgAdmin4][Patch]: RM #2846: Add a context menu option to manually (re)count rows in tables
Previous Message Dave Page 2017-11-08 01:11:40 Re: [pgAdmin4][patch][runtime]: RM#2443 - No prompt while exiting application