Is there any way to make the rows of a Shopify Polaris DataTable to be clickable?
Clickable row with Shopify Polaris DataTable
2.6k Views Asked by Alexis At
3
Is there any way to make the rows of a Shopify Polaris DataTable to be clickable?
Making the rows clickable is not a native possibility, however it seems you still have a few options :
rows
array. You could define your function and wrap each of your data with a<div onClick="..."></div>
. To make UX better and make the whole row clickable (and not just its content), you would need to add some custom css to your wrapping div so it goes beyond initial polaris cell padding.See the link below :
https://codesandbox.io/s/kind-joliot-ich3x?file=/App.js