DevRaeph
Method Filament\Tables\Table::extremePaginationLinks does not exist.
Is this function removed? ^^
https://filamentphp.com/docs/3.x/tables/advanced#displaying-links-to-the-first-and-the-last-pagination-page
3 replies
MorphMany Relation buggy in relationshipManager.
I have discovered a problem and am not sure whether I am doing something wrong or it's a bug. After hours of trying, I still can't find a solution.
The following initial situation.
I have a Vehicle Model with a MorphTo relation:
Then a Customer Model with a MorphMany relation:
And a Carrier Model with a MorphMany relation:
Both should be able to own several Vehicles.
Now, I inserted a RelationManager in my Customer Resource which should allow vehicles to be associated and removed on the Edit Page.
Assignment of the first vehicle still works quite normally. As soon as I want to assign another one, the Select Box is empty and no more vehicles are displayed for assignment.
6 replies
How to extend a Resource
I'm trying define a default "UserResource" in my package and want to give the ability to extend this resource and use it with own columns and parameters but keeping the same functionality.
Now i have the problem when i extend my resource i have them two times in the navigation, is there any way to prevent this or should a do a complete new approach and create a Page with Actions instead?
3 replies