Create a ColumnGroup
To create a column group, you use the make
method of the ColumnGroup
class. This static method creates a new instance of the ColumnGroup
class. It takes one argument: the label.
ColumnGroup::make('User Details')
Last updated
Was this helpful?