Grid columns on pagelevel
I have an infolist and a form on the same page. How can I implement a grid for the whole page, so that the replyform is lining up in the same grid as the infolist? Is it possible to add the grid (or group::make) to the livewire view?
2 Replies
Did you build the form part manually as a livewire component?
I think you could insert the infolist into the form and use layout components to achieve what you need