How to make two column section using grid?
Hello everyone, I just want to ask how do I make a 2 column section using grid? I have set the columns in small size to 1 then medium 2 but it just show full width of two columns:
4 Replies
According to docs, Section has
->columns([])
and Grid have this
https://filamentphp.com/docs/3.x/forms/layout/grid#grid-componentDoesn't work 😦 It works with different components like text field, select etc it will make two columns but when I tried two sections solumn it will make full width
Yes, you're correct. I just test and I got the same issue, I don't know what exactly you want but my suggestion is just use section without grid.. or use grid without section