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
Looks like rowClicked is a prop of a Table, but it was never implemented. Luckily, TableRow already implements onClick, so this suggested fix is quite simple:
antwerp-ui_react/packages/table/src/Table.js
Line 171 in d6fbe6f
Looks like rowClicked is a prop of a Table, but it was never implemented. Luckily, TableRow already implements onClick, so this suggested fix is quite simple:
Why include the event? Because it's sometimes useful to know if the user clicked the mouse while holding Ctrl or Shift.
The text was updated successfully, but these errors were encountered: