nathan
nathan
FFilament
Created by nathan on 9/26/2024 in #❓┊help
Table and getting counts of records (groupBy)
Perhaps there is a way to use the filament count() method to achieve what I need? If so, I misunderstood your answer and could use a little clarification. Thank you!
6 replies
FFilament
Created by nathan on 9/26/2024 in #❓┊help
Table and getting counts of records (groupBy)
Nope. If you look at the eloquent statement in my post, you'll see that I'm not dealing with a relationship count. The model column is not a relationship to another table. In my table of mobile devices, there is a column 'model'. I want to groupBy that model string in the mobile table and display the count of records that match that string.
6 replies
FFilament
Created by SirAlyon on 9/18/2024 in #❓┊help
How to Customize Filament Table Queries in Laravel: Help Needed!
No description
6 replies
FFilament
Created by nathan on 9/19/2024 in #❓┊help
modal scroll bug - can't select text and jumps to top when clicked.
I don't have the ability to generate a new project right now. Is there anyone here who have RelationManagers that display a modal when clicked and can reproduce this in their own project?
11 replies
FFilament
Created by nathan on 9/19/2024 in #❓┊help
modal scroll bug - can't select text and jumps to top when clicked.
Correct. One interesting thing to note: This only happens with table action modal windows on RelationManagers. I can have a resource and on the list page a table action to display a modal window and it works fine. All relation manager tables with table actions have this bug.
11 replies
FFilament
Created by nathan on 9/19/2024 in #❓┊help
modal scroll bug - can't select text and jumps to top when clicked.
Here are the results of php artisan about.
11 replies
FFilament
Created by nathan on 9/19/2024 in #❓┊help
modal scroll bug - can't select text and jumps to top when clicked.
Yes. The action for the modal window is a Tables\Actions\ViewAction So, when they click on a row in the resource table, it slides out a modal window.
11 replies
FFilament
Created by nathan on 9/19/2024 in #❓┊help
modal scroll bug - can't select text and jumps to top when clicked.
Bump.... Any thoughts?
11 replies
FFilament
Created by nathan on 9/19/2024 in #❓┊help
modal scroll bug - can't select text and jumps to top when clicked.
By the way, I've tried the sliding modal window and the default one and both have the same results.
11 replies
FFilament
Created by nathan on 9/12/2024 in #❓┊help
Form Select - Search Across Relationship
Perfect, thank you!
5 replies
FFilament
Created by nathan on 9/12/2024 in #❓┊help
Form Select - Search Across Relationship
bump... Anybody have thoughts on this?
5 replies
FFilament
Created by Hung Thai on 9/10/2024 in #❓┊help
Call modal record view from anywhere.
Bump... I asked this same question several months ago. I would love to get an answer.
14 replies
FFilament
Created by tjodalv on 8/31/2024 in #❓┊help
Problem with Import Action - Import job never completes
Check your laravel log file. The job is dispatched and throwing exceptions. It is then endlessly retried. Mine did the same. I use horizon. I would see the import job pop up and begin running. Then, when I saw it not progressing, I killed the horizon process. I checked the laravel.log file for the exception that was being thrown. Then, I cleared the redis queue php artisan queue:clear {connection} --queue {queue_name}. This removed the pending jobs. I made the needed changes based on the exceptions and reran. This could be done better. We need a way to specify how many attempts to try before the batch fails so we can troubleshoot effectively. However, that's how I worked through my import problems.
9 replies
FFilament
Created by max_dev on 11/29/2023 in #❓┊help
recordClasses() is only correctly applied to the first entry of a Table
This was a huge help!! Thank you!
4 replies