We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae4152 commit 4a6b39cCopy full SHA for 4a6b39c
src/Exports/Export.php
@@ -21,6 +21,7 @@ class Export implements WithColumnFormatting, ShouldAutoSize, FromCollection, Wi
21
public function __construct($request)
22
{
23
$this->collection = QueryBuilder::for(Object::class)
24
+ ->selectFields($request->input('fields.objects'))
25
->allowedSorts(['status_translated', 'title_translated'])
26
->allowedFilters([
27
AllowedFilter::custom('title', new FilterOr()),
0 commit comments