zshamrock / dynoman

DynamoDB management UI
GNU General Public License v3.0
7 stars 0 forks source link

For the Copy All data menu items include all the currently available data attributes #195

Closed zshamrock closed 5 years ago

zshamrock commented 5 years ago

Current the implementation gets the keys/attributes based on the first data row, but the specific attribute might be missing/absent in that row.

So need to iterate over the all available attributes in all rows, and allow to copy by all of them.