-
Notifications
You must be signed in to change notification settings - Fork 203
feat: save sorting #208
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
feat: save sorting #208
Conversation
6e0f08b to
4636c09
Compare
|
🎉 This PR is included in version 1.19.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
| let action = { | ||
| label: this.translate('Save Sorting'), | ||
| action: function (column) { | ||
| this.saveSorting(column.colIndex, column.sotOrder); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| this.saveSorting(column.colIndex, column.sotOrder); | |
| this.saveSorting(column.colIndex, column.sortOrder); |
@sokumon Spelling mistake?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes thanks will fix it tomorrow
Closes frappe/frappe#29075
save.sorting.mov