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.
make
ColumnGroup
ColumnGroup::make('User Details')
Last updated 2 years ago