filter table by default (without the option to remove the filter)
The question is actually pretty simple. In my users table I have a column 'type'. Some users are of type 'admin'. In filament I want to manage only those users. Can I define a filter, that sets type='admin', which can also not be removed. Ideally the filter would not even be visible. Thanks.
Solution
Hi. You don't need a filter...just modify your table query: