Hide group when sharing a resource's table with a relation manager
Is it possible to hide one of the grouping options or all of them in case of reusing the resource in a relation manager?
3 Replies
I think something like this should work
Thanks but hidden does not exist:
Method Filament\Tables\Grouping\Group::hidden does not exist.
Ok, I didn't know that. I'm not sure there's an easy way to hide a specific group then. If you're reusing a static method from the resource in the relation manager, maybe you could pass a parameter to the method to configure the table grouping?