Null Keso
Null Keso
FFilament
Created by Null Keso on 9/24/2024 in #❓┊help
Clearing model cache of Laravel Filament?
Nmv I fixed it, I just updated the query!
3 replies
FFilament
Created by Null Keso on 9/18/2024 in #❓┊help
Is there a way to use filament's table without passing any query, but only an array of data?
It's only a readonly table tho
15 replies
FFilament
Created by Null Keso on 9/18/2024 in #❓┊help
Is there a way to use filament's table without passing any query, but only an array of data?
thanks for the suggestion but I ended up using filament's table components
15 replies
FFilament
Created by Null Keso on 9/18/2024 in #❓┊help
Is there a way to use filament's table without passing any query, but only an array of data?
I think sorting on attribute will only work on simple attributes. However the code for the model attribute requires a bit of comparison between sets of data then returns a score based on the comparison. It's not a simple attribute like fullname attribute where it's just concatenating first and last name.
15 replies
FFilament
Created by Null Keso on 9/18/2024 in #❓┊help
Is there a way to use filament's table without passing any query, but only an array of data?
thanks for this, I think I've actually used this one before but I forgot the name of the package!
15 replies
FFilament
Created by itsmejyv on 9/18/2024 in #❓┊help
I need to create total of debits and credits without creating column for it
have you tried this one? this may fit to your use case https://filamentphp.com/docs/3.x/tables/summaries#custom-summaries
10 replies
FFilament
Created by Null Keso on 9/18/2024 in #❓┊help
Is there a way to use filament's table without passing any query, but only an array of data?
The data provided by the attribute is a sum of points, where in which comes from a relationship data.
15 replies
FFilament
Created by Null Keso on 9/18/2024 in #❓┊help
Is there a way to use filament's table without passing any query, but only an array of data?
No, not really since as far as I know you can't really sort model attributes in filament tables since it uses the query from the table.
15 replies
FFilament
Created by Null Keso on 9/18/2024 in #❓┊help
Is there a way to use filament's table without passing any query, but only an array of data?
What I want is I can just pass a collection of records since they have the model attribute already
15 replies
FFilament
Created by Null Keso on 5/24/2024 in #❓┊help
Customizing relation manager create behavior
4 replies
FFilament
Created by Null Keso on 9/8/2023 in #❓┊help
How to use Infolist in a Custom Page?
You can create a livewire component the use the HasInfoList trait on it Then call the created livewire component in the view of the custom p[page
6 replies
FFilament
Created by Null Keso on 9/5/2023 in #❓┊help
Database Notification not being created
@S1efan thanks, I already did tis before but I sticked to the notification class. Strangely enough the docs doesn't mention about the queue artisan command for cases where the queue driver is the database. While there are specific users out there that will mention: just read the docs
5 replies
FFilament
Created by Null Keso on 9/8/2023 in #❓┊help
How to use Infolist in a Custom Page?
Just created a livewire component that uses the HasInfoList and InteractsWithInfolist trait Then called that component in the filament page
6 replies
FFilament
Created by Null Keso on 9/5/2023 in #❓┊help
Database Notification not being created
I managed to make this one working by creating a laravel notification class (use the artisan command) Then changing the value in the via method from mail to database, and replacing the toMail method to toDatabase and return the sample filament notification in the docs.
5 replies
FFilament
Created by shissaaa on 8/24/2023 in #❓┊help
database notification
For some unknown reason (either the issue is from the framework or in my setup) the code provided in the Notification docs doesn't work
37 replies
FFilament
Created by shissaaa on 8/24/2023 in #❓┊help
database notification
@shissaaa I've encountered this issue and I have to create a Laravel notification class then I changed the via from mail to database and add or replace the toMail to toDatabase method and return a Filament Notification
37 replies
FFilament
Created by Null Keso on 8/30/2023 in #❓┊help
Customizing the Sidebar
aight thanks
13 replies
FFilament
Created by Null Keso on 8/30/2023 in #❓┊help
Customizing the Sidebar
Yep just found this one while searching for custom theme here
13 replies
FFilament
Created by Null Keso on 8/30/2023 in #❓┊help
Customizing the Sidebar
No description
13 replies
FFilament
Created by Null Keso on 8/30/2023 in #❓┊help
Customizing the Sidebar
So wait let's say I want to change the sidebar header, how can I add tailwind class on it
13 replies