Table Group using multiple columns as the group key
How can I apply grouping on a table using a join of two fields as a single group field. Example
Group::make('level.name', 'division.name')
->label('Class')
->collapsible(),
0 Replies