Asmit Nepali
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
Repeat form components with morphToMany delete previous data and add new data.
I have a user table and users may have different roles. Role could be added from form or other table action. Role can be Repeat form components with roles relationship. While I'm add through the create action then it works fine. But I made a table action add roles from the user table and show form with a repeat field role then it deleted old data and saved new data.
4 replies
Action failed notification.
I have to delete the record from the table using table delete actions, Sometimes there is an issue with delete operation and throw the exception, I want to show that exception message on failed notification. How can I do that in filament.
9 replies