You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: