Medo
Medo
FFilament
Created by Medo on 11/1/2024 in #❓┊help
Wizard Step depend on Select Value Causing Problem
No description
13 replies
FFilament
Created by Medo on 10/31/2024 in #❓┊help
419 This Page has expired
No description
2 replies
FFilament
Created by Medo on 10/16/2024 in #❓┊help
Advanced Nested Relationship Form builder
No description
3 replies
FFilament
Created by Medo on 10/3/2024 in #❓┊help
[Missing parameter: tenant] On custom tenant page ?
No description
3 replies
FFilament
Created by Medo on 7/25/2024 in #❓┊help
How can I add a video as a blurred background in the login page?
How can I add a video as a blurred background on the login page? I've searched a lot but didn't find any tutorials
3 replies
FFilament
Created by Medo on 6/19/2024 in #❓┊help
Tutorial on how to implement with frontend made with bootstrap.
Hello, how to implement a filament table, form, or even notifications in the frontend website made with Bootstrap. When I applied it bootstrap and tailwind didn't work together .
10 replies
FFilament
Created by Medo on 6/4/2024 in #❓┊help
Empty Space in footer
No description
17 replies
FFilament
Created by Medo on 12/20/2023 in #❓┊help
I cannot access route inside panel service provider
No description
8 replies
FFilament
Created by Medo on 8/19/2023 in #❓┊help
How to not show any table data unless the user selects from filters first
How to not show any table data unless the user selects from filters first
8 replies
FFilament
Created by Medo on 8/13/2023 in #❓┊help
How to get Table filters values from tables ?
Hello every one , am using this plugin https://filamentphp.com/plugins/pxlrbt-excel and I want to export Data from table but it's export all and ignore applied filters ! so how can I get filters values from table to pass it to plugin query via ->modifyQueryUsing() ? Here's my export action in table header
->headerActions([
ExportAction::make()
->exports([
ExcelExport::make()->modifyQueryUsing(fn($query) => $query)
->withColumns([
Column::make('chartOfAccount.name'),
Column::make('chartOfAccount.chartOfAccountType.name'),
Column::make('chartOfAccount.subType.name'),
Column::make('journalEntry.date'),
Column::make('description'),
Column::make('debit'),
Column::make('credit'),
])
])
])
->headerActions([
ExportAction::make()
->exports([
ExcelExport::make()->modifyQueryUsing(fn($query) => $query)
->withColumns([
Column::make('chartOfAccount.name'),
Column::make('chartOfAccount.chartOfAccountType.name'),
Column::make('chartOfAccount.subType.name'),
Column::make('journalEntry.date'),
Column::make('description'),
Column::make('debit'),
Column::make('credit'),
])
])
])
4 replies
FFilament
Created by Medo on 8/3/2023 in #❓┊help
How to get method value in custom column custom view page ?
How to get method value in custom column view page
5 replies