-
Notifications
You must be signed in to change notification settings - Fork 477
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(addon-table): add directive to sort by order #2782
feat(addon-table): add directive to sort by order #2782
Conversation
Codecov ReportBase: 56.27% // Head: 39.78% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2782 +/- ##
===========================================
- Coverage 56.27% 39.78% -16.49%
===========================================
Files 956 986 +30
Lines 9237 9451 +214
Branches 1894 1919 +25
===========================================
- Hits 5198 3760 -1438
- Misses 3623 5487 +1864
+ Partials 416 204 -212
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@zarghamkhandev you forgot to add it to |
Pull request was closed ✔️All saved screenshots (for current PR) were deleted 🗑️ |
fixed ✅ @waterplea |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
To specify sort direction one needs to pass direction as 1 or -1 which is a bit confusing.
Closes # #2266
What is the new behavior?
Allows user to specify direction in terms of order e.g "asc" or "desc" instead of 1 or -1.
Does this PR introduce a breaking change?