-
Hi there, I do have a list and want to display an additional field. For example, I do have a one-to-many reference and want to display it's count. I tried <NumberField source="targetItemsByTargetId.totalCount" /> From what I understand, the required field is not being added to the GraphQL-Query. Do I need to write a manual query for this? Sorry if this is a stupid question - it's my first time actually playing with React Admin. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found it by myself - this needs to be a |
Beta Was this translation helpful? Give feedback.
Found it by myself - this needs to be a
<ReferenceManyCount />
in my case.