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)
No description
8 Replies
Povilas Korop
Povilas Korop2w ago
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.
No description
iprastha
iprasthaOP2w ago
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
krekas
krekas2w ago
It's weird because by default everything is in one line
No description
krekas
krekas2w ago
I see, you have layout: FiltersLayout::AboveContentCollapsible then behaviour is as expected
Dennis Koch
Dennis Koch2w ago
Did you publish some Filament vendor view files?
iprastha
iprasthaOP2w ago
this is the root cause, i'm testing again in a moment. yes, the assets are published
Dennis Koch
Dennis Koch2w ago
No assets, view files.
iprastha
iprasthaOP2w ago
no, not published solved it , the aboveContentCollapsible was the root cause thanks all!

Did you find this page helpful?