Arattian / DynamoDb-GUI-Client

DynamoDb GUI Client
MIT License
659 stars 77 forks source link

Table row count (bottom summary view) does not update on refresh #52

Closed ILAsoft closed 5 years ago

ILAsoft commented 5 years ago

Describe the bug The current table row count (in the bottom-right summary view) does not update on refresh/change (or updates way later?)

To Reproduce Steps to reproduce the behavior:

  1. Pull table information
  2. Make note of the total count of rows displayed on the very bottom right
  3. Add more records to the table
  4. Refresh/rescan
  5. Observe more records displayed successfully, yet the count not changing

Expected behavior Correct count of number of rows being displayed after refresh/rescan

Screenshots image

Desktop (please complete the following information):

Additional context

Arattian commented 5 years ago

The only way i can show the total item count without scanning your entire table, is to get it from table meta. Which i am doing here, unfortunately amazon does not update table ItemCount right after your actions, that's why you see the wrong number.