Recovering filter data
Hello everyone,
I would like to know how I can get the filter data at export level in order to process it before exporting. I use the Recovering filter data package.
4 Replies
the current code ExportAction::make()->label('Exporter')->exports([
ExcelExport::make('table')->withFilename(function ($query){
// get data from query after filtering
$data = $query->get();
dd($data);
}),
])
No idea what the "Recovering filter data package" is
I want to retrieve the headerAction filter data
Please ask about the actual problem you're trying to solve, instead of your attempted solution. https://xyproblem.info