ssmusoke
ssmusoke
FFilament
Created by ssmusoke on 11/6/2023 in #❓┊help
Custom JS for Chart Widgets to build custom tooltip
Thanks @ConnorHowell that example I saw, however I was looking to be able to do more - like have a custom function that loads livewire content for the tooltip for example
5 replies
FFilament
Created by nathanwritescode on 8/8/2023 in #❓┊help
Stats overview widgets: number of widgets per row
On further digging, I found the getColumns() method in the StatsOverviewWidget class so I have just overriden it in my widget and it works like a charm protected function getColumns(): int { return 3; }
7 replies
FFilament
Created by prowler on 9/5/2023 in #❓┊help
Adding title to a stats overview widget
Which blade file then does one override to make the relevant changes
10 replies
FFilament
Created by nathanwritescode on 8/8/2023 in #❓┊help
Stats overview widgets: number of widgets per row
How about if I am using the widget in a custom blade component, I have seen a $this->getColumns() in the stats-overview-widget.blade.php
7 replies
FFilament
Created by ssmusoke on 8/4/2023 in #❓┊help
Saving Wizard Form Contents at Each Step
Interesting question, how do I access the form values and the record in the afterValidation method?
8 replies
FFilament
Created by ssmusoke on 8/4/2023 in #❓┊help
Changing Location and Look of Wizard Steps from the top to a left side bar
Unfortunately this does not seem to provide any way to change the location, @Dan Harrin any advice on how to move the wizard steps?
5 replies
FFilament
Created by ssmusoke on 8/4/2023 in #❓┊help
Saving Wizard Form Contents at Each Step
Thank you let me try this out
8 replies
FFilament
Created by DivDax on 6/26/2023 in #❓┊help
Use chart widget (standalone)
Found the issue my data was the one with breaking contentsw
14 replies
FFilament
Created by ssmusoke on 8/4/2023 in #❓┊help
Changing Location and Look of Wizard Steps from the top to a left side bar
Thanks
5 replies
FFilament
Created by DivDax on 6/26/2023 in #❓┊help
Use chart widget (standalone)
Thanks, let me try the NPM route seems like the CDN is not working
14 replies
FFilament
Created by DivDax on 6/26/2023 in #❓┊help
Use chart widget (standalone)
What version of Chart.js did you use?
14 replies
FFilament
Created by DivDax on 6/26/2023 in #❓┊help
Use chart widget (standalone)
@divdax How did you add the chart.js in your front-end assets? Did you find any way to load it automatically in Filament v2?
14 replies
FFilament
Created by ssmusoke on 5/28/2023 in #❓┊help
Format integers as dollars instead of cents
Found the convert parameter, changed it to true and works like a charm
2 replies
FFilament
Created by ssmusoke on 5/28/2023 in #❓┊help
Undefined variable $allRecordsCount on production but not locally
Very strange but happy it cleared by itself
5 replies
FFilament
Created by ssmusoke on 5/28/2023 in #❓┊help
Undefined variable $allRecordsCount on production but not locally
Strange this has somehow cleared
5 replies
FFilament
Created by ssmusoke on 5/28/2023 in #❓┊help
Undefined variable $allRecordsCount on production but not locally
The resource table has only 64 rows which does not point to a performance problem
5 replies