[Feature Request]: Change TableRow
's cursor
to pointer
when an onClick
attribute is added
#18174
Open
1 task done
The problem
A clickable row in a table would be easier to discern if it's
cursor
style property was changed topointer
.The solution
Change
TableRow
scursor
topointer
when anonClick
attribute is added.The workaround in the UIs I'm working on is to create a
TableRow
styled component withcursor
set topointer
and use it in place ofTableRow
when the row is clickable.Examples
https://stackblitz.com/edit/github-t8xdvo?file=src%2FApp.tsx shows the problem. When hovering over a row, the
cursor
is set todefault
.Application/PAL
DataPower
Business priority
None
Available extra resources
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: