ToonVD
ToonVD
FFilament
Created by ToonVD on 8/7/2024 in #❓┊help
Table list edit query based on certain conditions
Hi I was going to use getTableQuery for this (see ListRecords) but it seems to be deprecated https://github.com/filamentphp/filament/blob/9fce05403fba5db54994e5ffd302a635e4ebad1d/packages/panels/src/Resources/Pages/ListRecords.php#L322, how else would you approach this? Modifying the query from a resource gets undone when livewire updates (pagination, poll,...) happen.
1 replies
FFilament
Created by ToonVD on 5/27/2024 in #❓┊help
Dynamically redirecting homepage
Hi I want to redirect (or replace) the homepage (dashboard) to a category based on available categories for a user. Right now I created a new panel on / which redirects on mount. However, I feel like there should be a better way. Any hints are welcome. Thanks in advance
2 replies
FFilament
Created by ToonVD on 5/24/2024 in #❓┊help
Filter resource data with url
Hi Is there any easy way to filter a resource data without table filter? Thanks in advance!
5 replies
FFilament
Created by ToonVD on 5/3/2024 in #❓┊help
Widget lazy loading no loader
Hi all Is it normal that I don't see a loader on lazy loaded content that takes a bit longer? Might be a ux improvement.
1 replies
FFilament
Created by ToonVD on 4/25/2024 in #❓┊help
Loading a table widget on (form) select change.
Hi I made a table widget that is displayed under my form. When I change a select, I would like it to appear and load data (preferably without reloading the page). Is there any way to easily achieve this?
8 replies
FFilament
Created by ToonVD on 11/8/2023 in #❓┊help
Stuck on upgrade
Typed static property Filament\Resources\Pages\Page::$resource must not be accessed before initialization We get the above error. Trace does not go outside vendor code so it doesn't seem to be custom code. Any ideas?
17 replies