Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Javier Mercedes
Posts
Comments
F
Filament
•
Created by Javier Mercedes on 10/27/2023 in
#❓┊help
Get the latest record from a relation in a TextColumn
In the documentation nor checking the methods I didn't find any method to personalize the relation query to only get one record
9 replies
F
Filament
•
Created by Javier Mercedes on 10/27/2023 in
#❓┊help
Get the latest record from a relation in a TextColumn
9 replies
F
Filament
•
Created by Javier Mercedes on 10/27/2023 in
#❓┊help
Get the latest record from a relation in a TextColumn
Then I used the TextColumn to show it
9 replies
F
Filament
•
Created by Javier Mercedes on 10/27/2023 in
#❓┊help
Get the latest record from a relation in a TextColumn
9 replies
F
Filament
•
Created by Javier Mercedes on 10/27/2023 in
#❓┊help
Get the latest record from a relation in a TextColumn
Well at the end I created an Attribute and enabled caching on it, I know is not elegant but it works XD
9 replies
F
Filament
•
Created by Javier Mercedes on 10/6/2023 in
#❓┊help
Trigger Action automatically when page loads
Thanks, is there any example that I can follow?
7 replies
F
Filament
•
Created by Javier Mercedes on 9/25/2023 in
#❓┊help
Get record in custom page
I found the soluction, I had to mount it first
9 replies
F
Filament
•
Created by Javier Mercedes on 6/20/2023 in
#❓┊help
testing uploads with Pest
Ok, I'll try
7 replies
F
Filament
•
Created by Javier Mercedes on 6/20/2023 in
#❓┊help
testing uploads with Pest
7 replies
F
Filament
•
Created by Javier Mercedes on 6/15/2023 in
#❓┊help
Filament and breeze
Thanks, I found how to do it
3 replies
F
Filament
•
Created by Javier Mercedes on 4/5/2023 in
#❓┊help
Repeater default items
Thanks
6 replies
F
Filament
•
Created by Javier Mercedes on 4/5/2023 in
#❓┊help
Repeater default items
On edit page on this case
6 replies
F
Filament
•
Created by tommy_jeanslow on 4/5/2023 in
#❓┊help
Value from another field
You don't need to make the target field reactive, just the one that you want to pull the data from
7 replies
F
Filament
•
Created by tommy_jeanslow on 4/5/2023 in
#❓┊help
Value from another field
7 replies
F
Filament
•
Created by tommy_jeanslow on 4/5/2023 in
#❓┊help
Value from another field
https://filamentphp.com/docs/2.x/forms/advanced#dependant-fields--components
you can follow this example
7 replies
F
Filament
•
Created by tommy_jeanslow on 4/5/2023 in
#❓┊help
Value from another field
Make the textfiled that you want to get the data from reactive and use the closure $get on the filed to want to pass the data to
7 replies
F
Filament
•
Created by Javier Mercedes on 4/5/2023 in
#❓┊help
Trying to use the before method on the DeleteAction button
Is found it, if I call the $action->getModel() function I can get the selected item on the table
14 replies
F
Filament
•
Created by Javier Mercedes on 4/5/2023 in
#❓┊help
Trying to use the before method on the DeleteAction button
The one that giving the error is a resource
14 replies
F
Filament
•
Created by Javier Mercedes on 4/5/2023 in
#❓┊help
Trying to use the before method on the DeleteAction button
@tin777 how can I get the selected record on the DeleteAction for the tables?, I haven't found it on the documentation
14 replies
F
Filament
•
Created by Javier Mercedes on 4/5/2023 in
#❓┊help
Trying to use the before method on the DeleteAction button
14 replies