Muhammad Umar Mughal Azeemi
Muhammad Umar Mughal Azeemi
FFilament
Created by Muhammad Umar Mughal Azeemi on 1/1/2025 in #❓┊help
Get table records
no empty collection it return the error getFilteredTableQuery() method does exist in userresources/pages/ListUser.php
12 replies
FFilament
Created by Muhammad Umar Mughal Azeemi on 1/1/2025 in #❓┊help
Get table records
yes i use in table header action
Tables\Actions\Action::make('exports')
->label('Export')
->icon('heroicon-s-download')
->color('success')
->action(function($livewire)
{
$livewire
->getFilteredTableQuery()
->get();
})
Tables\Actions\Action::make('exports')
->label('Export')
->icon('heroicon-s-download')
->color('success')
->action(function($livewire)
{
$livewire
->getFilteredTableQuery()
->get();
})
12 replies
FFilament
Created by Muhammad Umar Mughal Azeemi on 1/1/2025 in #❓┊help
Get table records
Tables\Actions\Action::make('exports') ->label('Export') ->icon('heroicon-s-download') ->color('success') ->action(function ($livewire) : void{ dd($livewire->getFilteredTableQuery()->get()); }),
12 replies
FFilament
Created by Muhammad Umar Mughal Azeemi on 1/1/2025 in #❓┊help
Get table records
getFilteredTableQuery() i use this in UserResource main file and it not working ($livewire) => $livewire->getFilteredTableQuery()->get()
12 replies
FFilament
Created by Muhammad Umar Mughal Azeemi on 1/1/2025 in #❓┊help
Get table records
its working but if i same thing in UserResources Main File. How i can perform this task
12 replies
FFilament
Created by Muhammad Umar Mughal Azeemi on 1/1/2025 in #❓┊help
Get table records
In a Filament table resource, I have created an action button on the list page. I want to export the data displayed in the table, and for that, I need to get the table data in a custom export class. The challenge is to ensure that when filters are applied to the table (e.g., if 5 users are displayed initially and after applying filters, only 2 users remain), the custom export should include only the 2 users shown after filtering. This means that the export should include all the records currently displayed in the table, whether filters are applied or not.
12 replies
FFilament
Created by Muhammad Umar Mughal Azeemi on 6/27/2024 in #❓┊help
Add filament form in Livewire component
i do this but its not working
3 replies
FFilament
Created by Muhammad Umar Mughal Azeemi on 9/7/2023 in #❓┊help
Filament Shield Package
i find the filament shield plugin but not found then I ask question in help section.
12 replies
FFilament
Created by Muhammad Umar Mughal Azeemi on 9/7/2023 in #❓┊help
Filament Shield Package
okkk sir Thankssss
12 replies
FFilament
Created by Muhammad Umar Mughal Azeemi on 9/7/2023 in #❓┊help
Filament Shield Package
after some time i create a video and send you. then you can check
12 replies
FFilament
Created by Muhammad Umar Mughal Azeemi on 9/7/2023 in #❓┊help
Filament Shield Package
i create two panel admin panel and user panel. so i create the resource in admin panel. according to filament shield when i allow permission to resource then it show in user panel But resource show in user panel without shield permission. how i can fix this problem???
12 replies
FFilament
Created by Muhammad Umar Mughal Azeemi on 9/7/2023 in #❓┊help
Filament Shield Package
can you tell me how to apply on multiple panel
12 replies
FFilament
Created by Muhammad Umar Mughal Azeemi on 7/25/2023 in #❓┊help
Access Dashboard without Auth
sir without authentication there is any way to access filament dashboard
21 replies
FFilament
Created by Muhammad Umar Mughal Azeemi on 7/25/2023 in #❓┊help
Access Dashboard without Auth
Thank u soooo much sir
21 replies
FFilament
Created by Muhammad Umar Mughal Azeemi on 7/25/2023 in #❓┊help
Access Dashboard without Auth
how i can auto loagin the guest user
21 replies
FFilament
Created by Muhammad Umar Mughal Azeemi on 7/25/2023 in #❓┊help
Access Dashboard without Auth
what i can do
21 replies
FFilament
Created by Muhammad Umar Mughal Azeemi on 7/25/2023 in #❓┊help
Access Dashboard without Auth
'auth' => [ 'guard' => env('FILAMENT_AUTH_GUARD', 'web'), 'pages' => [ 'login' => \Filament\Http\Livewire\Auth\Login::class, ], ], the filament access web guard from auth so i directly access dashboard without enter in guard
21 replies
FFilament
Created by Muhammad Umar Mughal Azeemi on 7/25/2023 in #❓┊help
Access Dashboard without Auth
Auth guard [web] is not defined. that is the right error
21 replies
FFilament
Created by Muhammad Umar Mughal Azeemi on 7/25/2023 in #❓┊help
Access Dashboard without Auth
so i cannot view the login and registeration page
21 replies
FFilament
Created by Muhammad Umar Mughal Azeemi on 7/25/2023 in #❓┊help
Access Dashboard without Auth
Auth guard [auth.sanctum] is not defined.
21 replies