Export Action
When using ExportAction, is it possible to let the user select thier own custom date range, date A to date B instead of exporting all the rows?
Also customize some values to only show once, like total, instead of showing the same value in all the exported rows?
Solution:Jump to solution
for the time I added a custom filter (from filament docs), that lets the user select from date A to date B, this is the code
```
->filters([
Filter::make('created_at')...
3 Replies
nvm got a soultion for that, when using exportaction in a table it takes all the applied filters π
@Archie could you share the solution code here it is useful for other who are searching the answer mark this question as solved
Solution
for the time I added a custom filter (from filament docs), that lets the user select from date A to date B, this is the code
the export action automatically gets the filters selected