All Questions
1 question
0
votes
1
answer
35
views
how to handle the method type in ListItem of type button in react-admin?
In raect-admin I have thomething like this:
<ListItem
button
to={`/XXX/${record.id}`}
component={Link}
key={record.id}
>
when clicking on the link I want to ...