Dimas Angga
Dimas Angga
FFilament
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
FFilament
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
FFilament
Created by Dimas Angga on 8/28/2023 in #❓┊help
getOptionLabelUsing is not working for custom option label result in Select
20 replies
FFilament
Created by Dimas Angga on 8/27/2023 in #❓┊help
Filament Excel Export Column Group
2 replies