bindToRoute(MappedRoute::make('with_relationships', ['id' => ':id'])), new Column('Price'), new Column('Stock'), new Column('SubDepartment', 'subDepartment.name'), ); $this->tableSettings = new GenericTableSettings( Product::class, $columns ); } }