-
Notifications
You must be signed in to change notification settings - Fork 8
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
4042 // Enable sorting of columns #1328
Conversation
Codecov Report
@@ Coverage Diff @@
## us-4023/reset-predicate #1328 +/- ##
===========================================================
- Coverage 47.73% 46.97% -0.77%
===========================================================
Files 241 237 -4
Lines 10681 10630 -51
Branches 2497 2492 -5
===========================================================
- Hits 5099 4993 -106
- Misses 5551 5605 +54
- Partials 31 32 +1
|
sorter: (a, b) => { | ||
return JSON.stringify(a[colName] ?? '').localeCompare( | ||
JSON.stringify(b[colName] ?? '') | ||
); | ||
}, |
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.
I don't know it's just a thought,
I think comparing projects will be more useful only to test the project part not the org part
so instead comparing org/project
will only compare project
d0ef42d
to
c1509c5
Compare
2e6315f
to
de77b08
Compare
Signed-off-by: Dinika Saxena <[email protected]>
Signed-off-by: Dinika Saxena <[email protected]>
e5a82a0
to
c3e2e91
Compare
Fixes #1327
sorting.mp4
Adds basic sorting to all columns.
How has this been tested?
Types of changes
Checklist: