hdaklue
hdaklue
FFilament
Created by hdaklue on 11/18/2023 in #❓┊help
Pagination Bug
No description
28 replies
FFilament
Created by hdaklue on 11/17/2023 in #❓┊help
Pagination per page list showed twice
No description
2 replies
FFilament
Created by hdaklue on 9/12/2023 in #❓┊help
active filters are applied but doesn't appear on table.
No description
5 replies
FFilament
Created by hdaklue on 9/9/2023 in #❓┊help
Make all panels use the same Login and Logout routes.
any idea? the issue that I can't find away to override this function public function getLoginUrl(array $parameters = []): ?string { if (! $this->hasLogin()) { return null; } return route("filament.{$this->getId()}.auth.login", $parameters); }
5 replies
FFilament
Created by hdaklue on 8/31/2023 in #❓┊help
N+1 issue while using SpatieTagsColumn
No description
6 replies
FFilament
Created by hdaklue on 8/22/2023 in #❓┊help
getState without Validation
Hello, is there away to get form->getState() without triggering validation?
29 replies
FFilament
Created by hdaklue on 7/1/2023 in #❓┊help
getTableRecordActionUsing() doesn't disable record click to edit
Hello, this method doesn't work on a specific resource protected function getTableRecordActionUsing(): ?\Closure { return null; }
17 replies
FFilament
Created by hdaklue on 5/30/2023 in #❓┊help
Use the root '/' as filament page
Hello how can I use filament as the main app and assign it to the home route '/'
3 replies