appsmithorg / appsmithorg/appsmith
[Feature] Set the default sort of a field
- Dominant language
- TypeScript
- Stars
- 40.9k
- Forks
- 4.8k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 45
Description
## Summary
Add the ability to set the sort order of a field - ascending or descending. Doesn't mean the user in view mode **can't** change it but at least I know I have it set for the application.
## Motivation
There's either a bug in the table widget or the actual page itself that stops data from sorting based on the data that comes back from the database or API.
Setting the default sort from the application allows a much needed override.
## Additional Context
Example of the data being sorted as returned from the source...

Versus what the table widget sorts it by

Contributor guide
Assessment
This issue has not been assessed yet.