ToonVD
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
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 advance2 replies