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
2 Replies
Hey @artemichi 👋,
You can use useMany hook for handling relationships 🚀
https://refine.dev/docs/tutorials/ant-design-tutorial/#handling-relationships
Your First App using Ant Design | refine
Introduction
exotic-emeraldOP•3y ago
oh i missed it. thank you