SebboRR
How to GrpupBy and Sum in Widget Table.
I have widget table where I want sum some columns grouped by accoount_id and instrument_id
I don't know how to sum values like number, provision ...
->sum('number') // Dont work
I havean error:
Filament\Tables\Table::query(): Argument #1 ($query) must be of type Illuminate\Database\Eloquent\Builder|Closure|null, int given, called in C:\laragon\www\inwestycje\app\Filament\Widgets\InstrumentsInAccouts.php on line 29
3 replies
How to change background color of sidebar
I wont to change the background color of the sidebar I found this description:
https://filamentphp.com/docs/3.x/support/style-customization
but I don't know where to put this code until it worked.
.fi-sidebar {
@apply bg-gray-50 dark:bg-gray-950;
}
5 replies