© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•7mo ago
gvan

repeated pivot table records displaying incorrectly in relationmanager table

I have a many to many relationship between Subject and Event models with an event_subject pivot table that has an additional 'iteration' column.
A Subject-Event combination can be repeated with the iteration column identifying each instance.
There is an events relationmanager table on the Subject View page which is supposed to show each linked event.
However, while the table query returns the correct data, including the pivot table's iteration column, the table displays the second iteration of a particular event using the identical data as for the first iteration.
In other words, I get two records for a particular duplicated event, but both display iteration number 1, even though the second record has iteration 2 in the database.

Is this a Filament bug?
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

HasMany Table Relationship pivot/group RelationManager
FilamentFFilament / ❓┊help
2y ago
Displaying related pivot record details on table
FilamentFFilament / ❓┊help
2y ago
Reorder table records from a pivot relationship
FilamentFFilament / ❓┊help
3y ago