parse-dashboard icon indicating copy to clipboard operation
parse-dashboard copied to clipboard

Sort by multiple columns

Open itzharDev opened this issue 3 years ago • 4 comments

New Feature / Enhancement Checklist

Current Limitation

current sort only by 1 column at a time

Feature / Enhancement Description

i start implement this feature here

Example Use Case

in case the user wants to sort by :

  1. name & sure name
  2. name & age
  3. etc

secondary ability: copy column name. I find myself sometimes needing to copy column names for use in my application without mistake. i find it useful

Screen Shot 2021-11-17 at 10 47 40 PM

Alternatives / Workarounds

no alternative exists in the dashboard

3rd Party References

sdk currently support multiple sortintg: query.addAscendint('another_column')

itzharDev avatar Nov 17 '21 20:11 itzharDev

Can you please edit the issue and use the full template?

mtrezza avatar Nov 17 '21 21:11 mtrezza

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

updated

itzharDev avatar Nov 17 '21 21:11 itzharDev

Thanks @itzharDev, it helps others to quickly understand what this new feature is about and join the discussion.

Can you describe the feature in a bit more detail in the template, how it works, what the resulting queries are, how to see by which columns the data is currently sorted, whether this is a right-click context menu in your screenshot, etc?

I assume the "copy column name" is unrelated to this feature?

mtrezza avatar Nov 17 '21 22:11 mtrezza