AzureStorageExplorer
AzureStorageExplorer copied to clipboard
Bottom of Table
trafficstars
Preflight Checklist
- [X] I have installed the latest version of Storage Explorer.
- [X] I have checked existing resources, including the troubleshooting guide and the release notes.
- [X] I have searched for similar issues.
Problem
When viewing tables i would like to see the most recent entries
Desired Solution
Single click to jump to the 'Bottom/most recent' table entries
Alternatives and Workarounds
No response
Additional Context
No response
@g7cnp right now the storage APIs do not make it possible for us to immediately jump you to the most recent table entries. Some things you could do which would be similar:
- You can click "Load more" in the table explorer until all pages are loaded and then sort by the Timestamp column
- If you know roughly how old the newest entities are, you can run a query in your table where you say "timestamp newer than <time slightly older than the newest entities>", and then that should return a limited set of entities which you can immediately sort by the Timestamp column.
Closing due to lack of response. If you have further questions about table queries to help you get to the newest entities, feel free to open a new issue.