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
Roomdada
RoomdadaOP2y ago
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); }), ])
Dennis Koch
Dennis Koch2y ago
No idea what the "Recovering filter data package" is
Roomdada
RoomdadaOP2y ago
I want to retrieve the headerAction filter data
Filament
Filament2y ago
Please ask about the actual problem you're trying to solve, instead of your attempted solution. https://xyproblem.info

Did you find this page helpful?