DataTable: selectionMode=multiple with rowSelectMode=none still shows cursor pointer
See original GitHub issueDescribe the bug
DataTable Checkbox selection with rowSelectMode="none" still sets the cursor: pointer style on hover of the entire row, despite only being able to select via the Checkbox.
Reproducer
This issue can be reproduced running the showcase locally. Modify the Checkbox example in the ui/data/datatable/selection.xhtml showcase page and set rowSelectMode="none". Run the showcase and hover the rows in that example.
Expected behavior
If a row cannot be selected by clicking on the row itself, the cursor should remain as the arrow rather than changing to a pointer.
PrimeFaces edition
Community
PrimeFaces version
13.0.0
Theme
All
JSF implementation
All
JSF version
2.3
Java version
11
Browser(s)
All
Issue Analytics
- State:
- Created 10 months ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Mouse pointer when mouse over row — DataTables forums
Hi, What should be done to get the mouser adopt hand-finger-shape when mousing over a row in DataTables?
Read more >change cursor to pointer for all rows of the datatable except ...
Now I have the cursor as pointer in all rows except the last row.How can I achieve that? javascript · php · jquery...
Read more >cursor - CSS: Cascading Style Sheets - MDN Web Docs
The cursor CSS property sets the mouse cursor, if any, to show when the mouse pointer is over an element.
Read more >Solved: How to change mouse cursor from the "arrow" pointe...
I want figure out a way to turn the mouse cursor from the "arrow" pointer to the "hand" pointer when the user hovers,...
Read more >How to set cursor style to pointer for links without href
A CSS class is created that changes the cursor property. The cursor property is used to specify the mouse cursor to be displayed...
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 Free
Top 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

Workaround:
Workaround works like a charm, thanks!