absent-sapphire
absent-sapphire•2y ago

How to reference another resource in table.

Hello, i've searched docs, but couldn't find how to do logic similar to react admin reference field https://marmelab.com/react-admin/ReferenceField.html, e.g show (in table of posts) user name instead of id
No description
2 Replies
Omer
Omer•2y ago
Hey @artemichi 👋, You can use useMany hook for handling relationships 🚀 https://refine.dev/docs/tutorials/ant-design-tutorial/#handling-relationships
absent-sapphire
absent-sapphire•2y ago
oh i missed it. thank you