Register Render Hook GLOBAL_SEARCH_BEFORE
it work well in desktop screen, but not styled correctly in mobile screen.
FilamentView::registerRenderHook(
PanelsRenderHook::GLOBAL_SEARCH_BEFORE,
fn (): string => Blade::render('@livewire(\'App\Filament\Components\GlobalFilters\')'),
);
Solution:Jump to solution
but not styled correctly in mobile screen.It's styled correctly. There just isn't enough space and that's your responsibility π ...
3 Replies
Solution
but not styled correctly in mobile screen.It's styled correctly. There just isn't enough space and that's your responsibility π
Thanks for your attention, i think you mean that in my component take care about mobile screen?
Yes.