Table Filter columns on mobile device

Hello Filament Team and supporters I try to build table filters with ->filtersFormColumns( 2 ) which works fine in the web view. But in the mobile view the filters are still shown in one column even if there is enough space for more columns. Does someone know how to prevent that behaviour or how to force the filter to an amound of columns even in mobile view? Thanks in advance
Solution:
I solved it by using ->filtersFormColumns(['default' => 2, 'md' => 2, 'lg' => 2]) So nvm my Question...
Jump to solution
1 Reply
Solution
ArnoNym
ArnoNym5mo ago
I solved it by using ->filtersFormColumns(['default' => 2, 'md' => 2, 'lg' => 2]) So nvm my Question