AliBabba420
AliBabba420
Explore posts from servers
FFilament
Created by Luis Alonso on 8/23/2023 in #❓┊help
Pass Parameters to Index Page on Panel
Mark it as a solution
17 replies
FFilament
Created by Luis Alonso on 8/23/2023 in #❓┊help
Pass Parameters to Index Page on Panel
Is it work for you
17 replies
FFilament
Created by AliBabba420 on 12/13/2023 in #❓┊help
How to remove applied filters from url
thanks @archilex i use these two in wrong place after some time i use this in list page then it work !
10 replies
FFilament
Created by AliBabba420 on 12/13/2023 in #❓┊help
How to remove applied filters from url
public ?array $tableFilters = null; public $tableSearch = '';
10 replies
FFilament
Created by AliBabba420 on 12/13/2023 in #❓┊help
How to remove applied filters from url
is there any way?
10 replies
FFilament
Created by AliBabba420 on 12/13/2023 in #❓┊help
How to remove applied filters from url
bro when i apply filter the url change but i dont want that i want the url should remain same as it is and filters are added
10 replies
FFilament
Created by AliBabba420 on 12/1/2023 in #❓┊help
Undefined variable $listLimit
solved bro thanks @janyksteenbeek
29 replies
FFilament
Created by AliBabba420 on 12/1/2023 in #❓┊help
Undefined variable $listLimit
sry for late reply
29 replies
FFilament
Created by AliBabba420 on 12/1/2023 in #❓┊help
Undefined variable $listLimit
The stable version
29 replies
FFilament
Created by AliBabba420 on 12/1/2023 in #❓┊help
Undefined variable $listLimit
V3. 0
29 replies
FFilament
Created by AliBabba420 on 12/1/2023 in #❓┊help
Undefined variable $listLimit
Ok so i was trying to add a view page like a particular user view page in the index page when I gi to that resource I don't want anything else only the login user view page so u use this in v3 it work, but after upgrade to v3.1 this error appears
29 replies
FFilament
Created by AliBabba420 on 12/1/2023 in #❓┊help
Undefined variable $listLimit
But in v3 it work perfectly fine
29 replies
FFilament
Created by AliBabba420 on 12/1/2023 in #❓┊help
Undefined variable $listLimit
I just upgrade to v3. 1 new version with sub navigation
29 replies
FFilament
Created by AliBabba420 on 12/1/2023 in #❓┊help
Undefined variable $listLimit
But i don't use this method
29 replies
FFilament
Created by AliBabba420 on 12/1/2023 in #❓┊help
Undefined variable $listLimit
Ok 👌
29 replies
FFilament
Created by AliBabba420 on 12/1/2023 in #❓┊help
Undefined variable $listLimit
Till now no
29 replies
FFilament
Created by AliBabba420 on 12/1/2023 in #❓┊help
Undefined variable $listLimit
No
29 replies
TLCTuto's Laravel Corner
Created by AliBabba420 on 12/2/2023 in #💡filament
How to add a ViewPage in index
Bro i want it as a view and edit only of that user whic is login and i got the edit but how to get the user view page and one more thing i need the resource so i trying to do that in my custom resouce
4 replies
FFilament
Created by AliBabba420 on 12/1/2023 in #❓┊help
Undefined variable $listLimit
i just make a resource where i want when i click on the resource the index page should be the view page of the user login so i edit the getpage function like this it works perfectly before composer update but after update this error occurs
public static function getPages(): array
{
return [
'view' => Pages\ViewClinic::route('/{record}/view'),
'edit' => Pages\EditClinicDetail::route('/{record}/clinic-detail/edit'),
'index' => Pages\ViewClinic::route('/clinic-detail/view'),
];
}
public static function getPages(): array
{
return [
'view' => Pages\ViewClinic::route('/{record}/view'),
'edit' => Pages\EditClinicDetail::route('/{record}/clinic-detail/edit'),
'index' => Pages\ViewClinic::route('/clinic-detail/view'),
];
}
and set the record using mount in view record page
29 replies
FFilament
Created by AliBabba420 on 12/1/2023 in #❓┊help
Undefined variable $listLimit
no
29 replies