Mombei
How to use toggle button as action button in repeater
You can add extra item actions to the repeater through the extraItemActions() (documentation ref: https://filamentphp.com/docs/3.x/forms/fields/repeater#adding-extra-item-actions-to-a-repeater)
However, the Toggle is a Form component, so if you could go into more detail about what you're trying to accomplish by having a Toggle in the Repeater header maybe you could get some help about finding a workaround
3 replies
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
5 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