DSA Sadev
DSA Sadev
FFilament
Created by DSA Sadev on 3/18/2025 in #❓┊help
Relation BelongToMany not working when Group in table.
I need help, I created a table with a model that uses belongToMany on the table, for TextColumn it can be displayed, but not for grouping, and also can't select checkbox for its grouping data. Has anyone succeeded in using it? this is part of the code I created: return $table ->query(Awb::query()->whereIn('status', [StatusAwb::PROSES, StatusAwb::SELESAI])) ->defaultGroup('drs.kode_drs') ->groups([ Group::make('drs.kode_drs') ->label('Kode DRS'), Group::make('drs.kurir.name') ->label('Kurir'), ])
1 replies
FFilament
Created by DSA Sadev on 1/15/2025 in #❓┊help
Create & Create Another does not set focus again
I use the slideover modal to create, after I use create and create another, the focus is no longer active. has someone got this solution?
1 replies