Option to have both rowMarkers numbers and selection checkbox together
See original GitHub issueCurrently I’m using the both
option.
I think the current UI is super cool, but in terms of UX it’s a bit confusing since my users don’t understand there’s an option to select the rows unless they accidentally hover over the row number.
I can switch to the checkbox
option, but then the UX for onRowMoved
is super weird - you would need to drag over the checkbox which is very unusual.
I like the UI of the row numbers and it would be awesome to add a fourth option, to have both the numbers and the checkboxes - on their left.
Another good solution would be to add some kind of indication when starting to move (drag) rows to reorder them, instead of leaving the checkboxes as they are.
What do you think?
Issue Analytics
- State:
- Created a year ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
jqxgrid combining multiple row selection with checkbox selection
It is not possible to combine these. These're separate Grid selection options which are mutually exclusive.
Read more >Limiting the number of checkboxes selected by user - Plus2net
Many time inside our form we want a rule or limit where uses are not allowed to select more than a number of...
Read more >make multiple row selection and check box ... - jQWidgets
I am trying to integrate the jqwidgets jqxgrid jquery plugin so that multiple rows can be selected using the shift/ctrl key on the...
Read more >Row Selection - JavaScript Data Grid
To get the selected nodes / rows from the grid, use the following API methods: ... Checkbox selection can be used in two...
Read more >MICROSOFT EXCEL 2016 - Onslow County Schools
Numbered steps give detailed, step-by-step instructions to help students learn software skills. The steps also show results and screen images to match what....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think if checkboxes are enabled at all and onRowMoved is defined we should move to a UI like this MSPaint mockup:
Will be fixed in 4.1.1