Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to reorder the columns ? #292

Open
Mr-peipei opened this issue Aug 19, 2022 · 1 comment
Open

Is it possible to reorder the columns ? #292

Mr-peipei opened this issue Aug 19, 2022 · 1 comment

Comments

@Mr-peipei
Copy link

Mr-peipei commented Aug 19, 2022

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?

@liesislukas
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants