-
Notifications
You must be signed in to change notification settings - Fork 475
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): disable column sorting on demand #9382
Conversation
Pull request was closed ✔️All saved screenshots (for current PR) were deleted 🗑️ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9382 +/- ##
==========================================
- Coverage 75.68% 75.13% -0.56%
==========================================
Files 1216 1234 +18
Lines 19068 19407 +339
Branches 2091 2018 -73
==========================================
+ Hits 14432 14581 +149
- Misses 4592 4783 +191
+ Partials 44 43 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
BundleMonUnchanged files (5)
Total files change -1B 0% Unchanged groups (1)
Final result: ✅ View report in BundleMon website ➡️ |
This is not what the fix needs to be. The issue was about making |
Ok @waterplea , can we disable sorting dynamically for some columns with the current codebase? |
@tsironis13 sorry, I was sure I posted the explanation in the issue but it looks like I only typed it and forgot to press "Send" :) I ended up doing this PR myself because as I looked into the actual issue it turned out to be not as simple as I thought. It's going to be fixed in today's release. |
Fixes #8244
The idea is to enable sorting only for columns where the
[requiredSort]="true"
is provided