F
Filament2mo ago
Zoltar

exporter, simple question

How can I change the title or text of the exporter's modal form? Thanks
Solution:
it can be customized exactly as any other action in filament: ```php ExportAction::make() ->modalHeading('MODAL HEADING ( Esporta users)')...
Jump to solution
7 Replies
Zoltar
ZoltarOP2mo ago
no ideas?
Eugen Pașca
Eugen Pașca2mo ago
what you mean by exporter's form ?
Zoltar
ZoltarOP2mo ago
click on the button in table header for exporting data
Zoltar
ZoltarOP2mo ago
No description
Zoltar
ZoltarOP2mo ago
mean this modal
Zoltar
ZoltarOP2mo ago
No description
Solution
Eugen Pașca
Eugen Pașca2mo ago
it can be customized exactly as any other action in filament:
ExportAction::make()
->modalHeading('MODAL HEADING ( Esporta users)')
->exporter(
// ExporterClass::class
),
ExportAction::make()
->modalHeading('MODAL HEADING ( Esporta users)')
->exporter(
// ExporterClass::class
),
Want results from more Discord servers?
Add your server