Filter and search in one row
how do i make the search and column display in the same row as the filter icon (all of them in one row)

8 Replies
It is on one row in one of the pages of official Filament demo: https://demo.filamentphp.com/blog/posts
So the answer should be somewhere on their GitHub, around here: https://github.com/filamentphp/demo/blob/main/app/Filament/Resources/Blog/Posts/Tables/PostsTable.php
GitHub
demo/app/Filament/Resources/Blog/Posts/Tables/PostsTable.php at mai...
Source code for the demo.filamentphp.com website. Contribute to filamentphp/demo development by creating an account on GitHub.

That is true, thank you @PovilasKorop ! will find if any diff between v4 and v3 and update the answers here when i find the solution
It's weird because by default everything is in one line

I see, you have
layout: FiltersLayout::AboveContentCollapsible
then behaviour is as expectedDid you publish some Filament vendor view files?
this is the root cause, i'm testing again in a moment.
yes, the assets are published
No assets, view files.
no, not published
solved it , the aboveContentCollapsible was the root cause
thanks all!