toeknee
toeknee
FFilament
Created by noopd13 on 4/29/2025 in #❓┊help
Best Approach for Filament Multi-Tenancy with One-to-Many User-tenant Relationship
You jsut need a very team/tenant model and off your go as per the docs really in that case.
6 replies
FFilament
Created by bernhard on 4/29/2025 in #❓┊help
Resource Page outside filament
So if it's part of a resource you would just create a filement custom page. That would mean it is part of the resource, to be outside means it's not part of the resource but is an independent component that harnesses the resource data. In this instance I would just . As such is shouldn't use a filamentphp route like you are oing. I am guessing what you should be doing is loading a preview url (not admin panel scopped but standard policy scoped) that renders in an iframe in a custom filamentphp page. As such it'll render as normal in filament and also not be effected by the styling.
6 replies
FFilament
Created by bernhard on 4/29/2025 in #❓┊help
Resource Page outside filament
Just manually register it? Or use a custom flament page which renders that pages blade?
6 replies
FFilament
Created by monzer on 1/22/2025 in #❓┊help
TextInputColumn custom validation error
Not used this yet... need to look into them myself
16 replies
FFilament
Created by monzer on 1/22/2025 in #❓┊help
TextInputColumn custom validation error
But he want's record to get another form value beyond the discount_price?
16 replies
FFilament
Created by SoraKeyheart on 4/28/2025 in #❓┊help
FileUpload dynamic directory issue
That makes sense! ensure you are using Str::slug for the dir names / files to be safe 🙂
4 replies
FFilament
Created by monzer on 1/22/2025 in #❓┊help
TextInputColumn custom validation error
You can pass the record class in can't you?
16 replies
FFilament
Created by SoraKeyheart on 4/28/2025 in #❓┊help
FileUpload dynamic directory issue
inspect the apge for where it's trying to load them from. It could be a miss-match of the directory
4 replies
FFilament
Created by SkyEagles on 4/24/2025 in #❓┊help
Export Button in ChartWidget
Create the chart widget, add action methods to widget class, create a new view file which is a copy of th current chart widget, and set the widget to use the new view. Add the action renderer to the widget.
7 replies
FFilament
Created by morty on 4/23/2025 in #❓┊help
Global search query is pulling in trashed models
Soo @morty do you have the filter added with a default value? If you are doing that it's very possible the scope it being re-applied
14 replies
FFilament
Created by MaxwellDan on 4/24/2025 in #❓┊help
I need customize table column
Please do not tag people @MaxwellDan and read the #✅┊rules
8 replies
FFilament
Created by khairulazmi_ on 4/25/2025 in #❓┊help
could we send notification from clientside
Just add the notifications to your client side https://filamentphp.com/docs/3.x/notifications/installation
3 replies
FFilament
Created by Alnuaimi on 4/24/2025 in #❓┊help
How to create custom column for display widget in table?
You can render the widget in a table by rendering the livewire class. as per: https://filamentphp.com/docs/3.x/widgets/adding-a-widget-to-a-blade-view And use the new htmlstring and blade render. But this would generally at a lot of overhead and not advised. What are you trying to display?
12 replies
FFilament
Created by AreYouScared on 4/25/2025 in #❓┊help
v4-alpha1 - Tabs do not render on spa
Hello, the current stance is to please report on github with a reproduction repo. Discord is pretty busy already with v3 support, not all supporters are fully up to date on v4 and Dan's main focus on on github and v4. Thank you!
3 replies
FFilament
Created by SkyEagles on 4/24/2025 in #❓┊help
Export Button in ChartWidget
I think you'd need to override the view, and add your own with action support, then add actions to the widgetclass too?
7 replies
FFilament
Created by HeartlandTechie on 4/23/2025 in #❓┊help
How can I flag all records to soft delete before re-importing?
Just add it to the import... routine?
3 replies
FFilament
Created by alphaxjr on 4/23/2025 in #❓┊help
Create relationship data from Parent from Create Page.
I think you can drop the grid there, and use ->columns(12) on the group.
4 replies
FFilament
Created by RichtheKid on 4/23/2025 in #❓┊help
Email verification doesnt show up
I assume the email doesn't get sent. I susepct you are not working the queue? php artisan queue:work
7 replies
FFilament
Created by Ink on 4/24/2025 in #❓┊help
How to style each Repeater-Form item with a background color
Going to say it's not possible. Might make sense to add an ->extraRowAttributes which accept a closure though?
3 replies
FFilament
Created by lolmaheen on 4/24/2025 in #❓┊help
i want to add a button action in a form tab
5 replies