pxlrbt / filament-excel

Excel Export for Filament Admin Resources
MIT License
355 stars 68 forks source link

ExportAction On Header Action Error Or Bug #151

Closed DeviJv closed 10 months ago

DeviJv commented 10 months ago

Header actions must be an instance of Filament\Actions\Action, or Filament\Actions\ActionGroup.

i put into listrecord page resource and error like that

thx dev

kombiahrk commented 10 months ago

Make sure this two line is there in listrecord page of your resource

use pxlrbt\FilamentExcel\Exports\ExcelExport; use pxlrbt\FilamentExcel\Actions\Pages\ExportAction;

pxlrbt commented 10 months ago

@DeviJv No need to open another issue. I answered your first one already: #150

DeviJv commented 10 months ago

thx bro