aaronshaf/dynamodb-admin

Is it possible to reorder the columns ?

Opened this issue · 1 comments

Hi.
Thank you really usefull dynamodb project.
I have this plugin help me with my work.

So I have one question, is it possible to have the following behavior?

ex)

key rank
user001 1
user002 3
user003 2

↓ sort by rank

key rank
user001 1
user003 2
user002 3

Is it possible to do something like the above? Or do you have plans to implement it?

dynamodb does not have columns. this thing would just be ui sugar coating, which may be useful in some cases though. but would love to see option to fetch more columns first at one page. Like 100 or 1000.