You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is no CSS rule for cursor on DataTableRow and DataTableCell, so it's using the CSS default which in most cases is the text one.
If a onClick prop is defined for the component, the cursor should be set to pointer to indicate the row/cell is clickable.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently there is no CSS rule for
cursor
onDataTableRow
andDataTableCell
, so it's using the CSS default which in most cases is thetext
one.If a
onClick
prop is defined for the component, the cursor should be set topointer
to indicate the row/cell is clickable.Also related to #297
Beta Was this translation helpful? Give feedback.
All reactions