Ray.nl
export modifyQuery with options
I have a custom page using ExportAction, now I'd like the user to have the possibility to select a custom date range. Now I'm wondering two thing:
- How can I fill the options with a default value
- How can I access the options in the modifyQuery function ?
Thanks!
14 replies
Translate usermenu item
I'm using the musa11971/filament-translation-manager package for translations. I've registered a usermenuitem in my serviceprovider. But on the moment the usermenuitem is added, the session hasn't been loaded, so the menuitem is always showed in the default locale. How can I translate the usermenu items ?
3 replies
Relation Manager canCreateAnother
i'd like to remove the 'save and create another' button from the modal in a relation manager and I'd like to change the label of the save button in a relation manager. I can't find how to do that. $canCreateAnother doesn't exists in the relation manager.
6 replies
A Belongsto Relation manager
I have a model Traject and a BelongsTo relationship with Clients. Now I'd like to have a tab with a form the edit the client data in the Traject Resource. When I search I can only find relation managers showing a table, is it possible to show a form for the relationsship
7 replies