pgAdmin 4 commit: Add an option to manually count rows in tables toren - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Add an option to manually count rows in tables toren
Date
Msg-id E1eCF99-0005Ms-Sh@gothos.postgresql.org
Whole thread Raw
List 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.vashi@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][patch][runtime]: RM#2443 - No prompt while exiting application
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM #2846: Add a context menu option tomanually (re)count rows in tables