Column span to 100%?
Is it possible to edit notes so it takes on the entire width (or 2 columns)?
I know it's possible for the entire layout with ->columns(1), but I cant seem to find how to do it for one elemnt.
Kr,
Wannes
3 Replies
Have tried added columnspanfull in the input form ?
That does the trick indeed, thank you
And you use ->columns() to define the amount of columns within that secton/group etc where it takes a schema. Otherwise you use ->columnSpan() to define the amount of columns the element spans.