thijzie
thijzie
FFilament
Created by Theford on 6/20/2024 in #❓┊help
How to Implement Multi-Tenancy with Admin View Option in FilamentPHP v3?
How about overwriting the scopedToTenancy method based on the user profile? The admin still needs a tenant, but can see all table values? E.G. public static function isScopedToTenant(): bool { return !auth()->user()->isAdmin(); }
17 replies
FFilament
Created by Rolland on 7/17/2024 in #❓┊help
Is it possible to have multiple models in one table?
@Rolland, did you make any progress on this? I am also looking to display multiple models in one table.
9 replies
FFilament
Created by thijzie on 2/6/2024 in #❓┊help
Update table filters based on search query?
No description
3 replies
FFilament
Created by Sarah on 11/7/2023 in #❓┊help
Table Filter Position
Any suggestions related to this?
7 replies
FFilament
Created by Sarah on 11/7/2023 in #❓┊help
Table Filter Position
I have the same question as Sarah. Basically I want to move the filter to the left side, and it needs to be fixed next to the table, like a menu. In other words, I don't want to expand the filter column, and the permanently expanded column needs to be placed left of the table. Perhaps something like FiltersLayout::LeftOfContent would be nice.
7 replies
FFilament
Created by SolonDutra on 10/14/2023 in #❓┊help
Using the grid
For this searching contentGrid() seems to be the answer. Can't believe I spent all night finding this.....
7 replies
FFilament
Created by SolonDutra on 10/14/2023 in #❓┊help
Using the grid
It seemed to be possible for V2, but did not manage to do it in V3.
7 replies
FFilament
Created by SolonDutra on 10/14/2023 in #❓┊help
Using the grid
No description
7 replies