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?
Also customize some values to only show once, like total, instead of showing the same value in all the exported rows?
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
the export action automatically gets the filters selected