How to display a 3-way pivot table in Laravel Nova #5271
Unanswered
bkuhl
asked this question in
Ideas & Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a 3-way pivot table and am wondering what techniques folks are using to display such data. Here's my migration:
When viewing a
Game, I can display anInterestand theUnlockedpivot field by using this field:But I was wondering if there was a better way using a Pivot model or something of that nature. I've done some experimenting, but no luck yet.
Beta Was this translation helpful? Give feedback.
All reactions