Using Grid inside an exporter to organize the export columns

I want to use Grid just like in a form in exporter for export action to organize my columns in more nicer way. how to do it? because right now it return me this error
Filament\Actions\ExportAction::{closure:{closure:{closure:Filament\Actions\Concerns\CanExportRecords::setUp():82}:86}:88}(): Argument #1 ($column) must be of type Filament\Actions\Exports\ExportColumn, Filament\Schemas\Components\Grid given
Filament\Actions\ExportAction::{closure:{closure:{closure:Filament\Actions\Concerns\CanExportRecords::setUp():82}:86}:88}(): Argument #1 ($column) must be of type Filament\Actions\Exports\ExportColumn, Filament\Schemas\Components\Grid given
3 Replies
Dennis Koch
Dennis Koch4mo ago
You probably can't
Hasan Tahseen
Hasan TahseenOP4mo ago
Is there any chance that we implement this feature?
Dennis Koch
Dennis Koch4mo ago
I don't know much about the exporter. If you want to do a PR you can ask Dan.

Did you find this page helpful?