Mombei
SelectFilter ordering
Since you're using the relationship() method, you can order the results of the query with its modifyQueryUsing parameter:
https://filamentphp.com/docs/3.x/forms/fields/select#customizing-the-relationship-query
3 replies
Relation Manager in Tab component of parent Resource
Repeaters can handle HasMany (one-to-many) relationships, I need to handle BelongsToMany (many-to-many) relationships, the page for the plugin doesn't say it extends that kind of support, if it's the same as the form repeated that's still not my use case
6 replies