Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Dimas Angga
Posts
Comments
F
Filament
•
Created by Dimas Angga on 9/14/2023 in
#❓┊help
Facing heavy data summarize in table list
i have a table list and want to create a summarize sum of amount value, but the table load very slow and heavy, how can i fix this issue ? below is my code to sum the amount in summary
TextColumn::make('Ammount')->label('Amount')->numeric()
->summarize(Sum::make()),
TextColumn::make('Ammount')->label('Amount')->numeric()
->summarize(Sum::make()),
1 replies
F
Filament
•
Created by Dimas Angga on 9/3/2023 in
#❓┊help
How to customize sidebar?
How can i customzie sidebar like the background color or like customizing sidemenu gap size and etc?
3 replies
F
Filament
•
Created by Dimas Angga on 8/28/2023 in
#❓┊help
getOptionLabelUsing is not working for custom option label result in Select
20 replies
F
Filament
•
Created by Dimas Angga on 8/27/2023 in
#❓┊help
Filament Excel Export Column Group
2 replies