Custom page layout divide in 3 columns
I created custom page and want to split page content into 3 columns? I try all of tailwinds flex/grids, etc.., nothing works. Is there is some way to implement this?
Solution:Jump to solution
Personally, I would use the Form builder with split layout to do it
https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component#adding-the-form
https://filamentphp.com/docs/3.x/forms/layout/split...
13 Replies
if you are using classes that are not already used in Blade files, you should customize a theme
https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme
why not a form builder with split?
https://filamentphp.com/docs/3.x/forms/layout/split
I need search imput and on submit return portrait
could you share a screenshot with the result?
In result I want like that:
your code should show this.. what is the issue?
Screenshot is from dashboard->filterForms
But I want to create custom page, where portraits shows from <img src="">... not fileupload
Dashboard filterForms doesn't have form with submit and show the result in the same page
Your first question was I created custom page and want to split page content into 3 columns?
This will create 3 columns 🤷♂️
different sizes..
use tailwind to achieve it. If you are using different classes, customize a theme as I told you here: https://discord.com/channels/883083792112300104/1230500202381705218/1230500997953093772
Thanks. Thanks for Your time.
Solution
Personally, I would use the Form builder with split layout to do it
https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component#adding-the-form
https://filamentphp.com/docs/3.x/forms/layout/split