Replies: 2 comments
-
The solutions I can think of are:
I think this would be a great improvement because one to many relationships are very common. If implemented using Relationships and Join, the functionality is powerful but the Admin operation is cumbersome, while the Admin operation of Array Field is convenient but the functionality is too limited. Thanks a lot! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Check out this example repo https://github.com/payloadcms/ordered-join I think it might give you a workaround for what you're asking for. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One to many relationships are very practical, so PayloadCMS' Array Field is amazing. However, Relationship Field cannot connect to the table created by Array Field. Is there any solution?
I know it can be implemented using Join Field and Relationship Field, but it still requires manual sorting and is far less aesthetically pleasing than Array Field.
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions