Asmit Nepali
Repeater with relationship not available on Replicate after hook
I have a form with repeater field which have
relationship
, But I tried to clone or replicate with filament replication action that repeater data is not available on replicate action after
hook data.
Here is my action
2 replies
Custom field dynamic query
Here I have to create a custom field where I have to show suggestion by type [ char and variable name.
I want to make it generic where user should pass the query builder and suggest according to the user enter value.
But I don't know how to make it dynamic
This is my custom field
Please suggest some idea
I tried with livewire component but from field class I'm not able to pass query builder
7 replies
Custom Field Send Multiple Data
I have to create a custom field and I have to send extra form data while submit the form with extra customization. like
Here I make custom field by extending Rich Editor
This is my custom field class
How to send extra data on submit the form ?
8 replies
Add table name on edit page query
Here I use scope to fetch product for that types,
The Ambiguous issue is occur while try to edit and view the individual product,
Is there any way to add table name on where clause on filament to fetch individual record.
like
2 replies
HasMany relationship inverse method name.
I have Customer model and Manager model. Where Manager can manage multiple Customer.
My Customer model method
My Manager model method
While I try to associate custom on manager then this error is shown.
I user MRR (Manage Related Record) for manage relationship. I don't know why it calls managers instead of manager.
3 replies