cant_code_4_real
cant_code_4_real
FFilament
Created by cant_code_4_real on 12/6/2023 in #❓┊help
htmlspecialchars(): Argument #1 ($string) must be of type string, Filament\Tables\Filters\Indicator
No description
6 replies
FFilament
Created by cant_code_4_real on 11/7/2023 in #❓┊help
Custom plugins for the Chart Widgets
Is there a way to create or configure a custom plugins with the widget's chart js? Or creating a global plugin for Chart JS?
2 replies
FFilament
Created by cant_code_4_real on 10/31/2023 in #❓┊help
Using the laravel-dompdf package to convert the current page into a pdf
Is there a guide on how to convert the current page or blade file into pdf? I tried on my own but I'm encountering issues "Using $this when not in object context"
6 replies
FFilament
Created by cant_code_4_real on 10/30/2023 in #❓┊help
Is creating custom charts (e.g. using other chart js plugins) supported by filament?
Hello does filament supports creating custom charts? I checked the widgets docks and it seems it doesn't support or nor has a documentation for creating one. Mainly I'm using other chart js plugins for this matter like this word cloud plugin https://github.com/sgratzl/chartjs-chart-wordcloud
4 replies
FFilament
Created by cant_code_4_real on 10/25/2023 in #❓┊help
Missing table column header (e.g. title, date created) when using Split or Panel
Is there an option to make the table headers visible when using the Split or Panel in the the Table Builder?
3 replies
FFilament
Created by cant_code_4_real on 10/25/2023 in #❓┊help
What are the supported icons by Filament?
I've wondering, aside from HeroIcons are there any icon packs that filament supports by default without requiring installing other icon packs? Though according in the Docs* it uses blade icons packages so it's mainly on installing other blade ui compatible icon packs to use them. Currently I'm using the blade ui kit blade icons site as a reference to the heroicon icon name (https://blade-ui-kit.com/blade-icons/heroicon-o-chart-bar) *https://filamentphp.com/docs/3.x/support/icons
4 replies
FFilament
Created by cant_code_4_real on 10/18/2023 in #❓┊help
FileUpload not showing the preview of the images from the CDN when in the EditPage
Hello, I'm having this issue with the FileUpload input where it doesn't show the preview image from the CDN (digital ocean) when I'm in the Edit Page of a Resource. The image preview will display only if I'm uploading or in the Create Page. I'm not sure if this is due to how I save the image into my database, since I also concatenate the URL of my CDN since I setup FileUpload to upload the images there then save it on the database. So it looks like thise: www.CDN_NAME_HERE.com/folder/filename.png
1 replies
FFilament
Created by cant_code_4_real on 10/13/2023 in #❓┊help
No synthesizer found for key: ""
Just encountered this error when using the FileUpload input in a livewire component My component already has the InteractsWithForms trait and it also implements HasForms Did I miss out something?
4 replies
FFilament
Created by cant_code_4_real on 10/6/2023 in #❓┊help
In CreateXXXX resource page, does it support data reactivity between the page and a custom widget?
I have a CreatePost page, and in the getHeaderWidgets I created a widget for displaying the values from the CreatePost page mainly for providing preview of the contents before the user commits to save it. In the docs, I have to use the CustomWidget::make( data here ) to pass the data between the Create page and the widget, however it doesnt support reactivity. Does filament supports this or am I using the wrong tools or this use case?
5 replies