How can I list data from another endpoint inside show option in react-admin?
问题 React-Admin version: 2.4.0 I have a list with a info of wallets that I can list using this endpoint: http://myHost:8080/api/v1/private/wallets Now I want to show data of the movements of each wallet when I click in the wallet of the list. So, for obtain the data of the movements of the wallet I need to call to another endpoint, sending the get with this format: ${apiUrl}/${resource}/${params.id}/movements For example: http://myHost:8080/api/v1/private/wallets/cd496094-a77a-4e4e-bcd9