aliif
aliif
FFilament
Created by This PC on 2/6/2024 in #❓┊help
How to increase the quantity when adding a resource in filament?
what do you mean, please where is the code?
3 replies
FFilament
Created by This PC on 2/4/2024 in #❓┊help
How to number the data in the table?
TextColumn::make('no')->state( static function (HasTable $livewire, stdClass $rowLoop): string { return (string) ( $rowLoop->iteration + ($livewire->getTableRecordsPerPage() * ( $livewire->getTablePage() - 1 )) ); } ),
6 replies
FFilament
Created by fikurimax on 2/4/2024 in #❓┊help
Update field state every time other field updated without using $set()
try to user placeholder() instead of state(), you can see my example project code
14 replies
FFilament
Created by BakaPresident on 10/14/2023 in #❓┊help
Unable to show non numeric primary key in tables?
thanks solved my problem
10 replies
FFilament
Created by aliif on 9/6/2023 in #❓┊help
How to Make Table Header Col-Span in Filament V3 Table?
how to do it, I mean combining html with custom livewire and the tablee with filament?
14 replies