Show table filters is slideover

I have a lot of filters so wanted to display them in a slideover instead of dropdown.

->filtersTriggerAction(
                fn (\Filament\Tables\Actions\Action $action) => $action->slideOver(),
            );

doesn't do the trick. I guess the question is how to open the filters in modal/slideover instead of dropdown?
Was this page helpful?