ded7978
ded7978
FFilament
Created by ded7978 on 9/5/2023 in #❓┊help
How i can change color of description
No description
2 replies
FFilament
Created by ded7978 on 9/1/2023 in #❓┊help
How i can get my own data or id of item in widgets.
I put widgets in edit page. Now i have to take data from database or somwhere. $this->data doesnt work class StatsOverview extends BaseWidget { protected function getStats(): array { return [ Stat::make('Sent', 'mydata'), Stat::make('Delivered', '21%'), Stat::make('Viewed', '3:12'), ]; } }
4 replies
FFilament
Created by ded7978 on 9/1/2023 in #❓┊help
Action after Create
2 replies
FFilament
Created by ded7978 on 9/1/2023 in #❓┊help
Action after "Create"
We have button Create in the form. And i wanna do some action after create. How i can do that.
13 replies
FFilament
Created by ded7978 on 8/31/2023 in #❓┊help
How to make it so that when I selected "all" the others disappeared
Forms\Components\Select::make('device')->label("Device")->multiple()->options([ 'iOS' => 'iOS', 'Android' => 'Android', 'Windows' => 'Windows', 'macOS' => 'macOS', 'all' => 'All' ])->native(false),
3 replies
FFilament
Created by ded7978 on 8/28/2023 in #❓┊help
Change the location of the buttons
2 replies
FFilament
Created by ded7978 on 8/25/2023 in #❓┊help
How can I create another button next to "Create" in "Create Form"
5 replies