© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago
Hemanath

pxlrbt/filament-excel ExportAction

protected function getTableHeaderActions(): array
{
return [
ExportAction::make()
->label('Export')
->exports([
ExcelExport::make()
->withFilename('Materials sales report')
->withColumns([
])->fromTable(),
]),
];
} this is my code i need to give default(0) for withcolumns any possibilities to give ..?
Please suggest me any other way.
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

pxlrbt Excel export in filament
FilamentFFilament / ❓┊help
3y ago
pxlrbt/filament-excel ExportAction doesn't work with simple/modal (ManageRecords) resources
FilamentFFilament / ❓┊help
3y ago
pxlrbt/filament-spotlight
FilamentFFilament / ❓┊help
3y ago