-
-
Notifications
You must be signed in to change notification settings - Fork 3k
[UXUI-88] Select several rows using Shift and clicking with the mouse #14753
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
[UXUI-88] Select several rows using Shift and clicking with the mouse #14753
Conversation
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.
Tested. Works as expected. Holding Shift, selects all rows in between.
https://screenrec.com/share/byfi4J6nL8
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 7.x #14753 +/- ##
============================================
+ Coverage 64.77% 64.92% +0.14%
- Complexity 34831 34834 +3
============================================
Files 2289 2290 +1
Lines 103954 103876 -78
============================================
+ Hits 67340 67445 +105
+ Misses 36614 36431 -183 🚀 New features to boost your workflow:
|
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 like this more. The multiselection with holding command works well 👍
Description
Summary
Enhancement to allow users to select multiple rows in a table by using the Shift key and mouse clicks. This will automatically check all checkboxes within the selected range.
Screencast.From.2025-03-18.09-07-57.mp4
Context
Currently, users can only select rows individually. This enhancement aims to improve user experience by enabling a more efficient selection method.
Acceptance criteria
Other information
N/A
📋 Steps to test this PR: