© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•17mo ago•
5 replies
bwurtz999

Table Export Action Format Columns

Hello - does anyone know if it is possible to configure the column format in
Filament\Tables\Actions\ExportAction
Filament\Tables\Actions\ExportAction
? I am trying to export a list of items (name and barocde). The barcodes contain enough digits that Excel will automatically convert some of them to something like
1.23456E11
1.23456E11
. I have tried modifying the
->state()
->state()
and
->formatStateUsing()
->formatStateUsing()
to return strings but that has not worked. I have also tried using
->words()
->words()
in the hope it would convert the column to text, but that did not work either.

Is there a way to set the entire column to text to prevent this? Thank you!
Screenshot_2024-09-27_at_7.16.02_AM.png
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

Livewire Table export action export 1 row
FilamentFFilament / ❓┊help
14mo ago
Export Action - Update Table Rows
FilamentFFilament / ❓┊help
3y ago
Export Action Table Creation - Bug?
FilamentFFilament / ❓┊help
3y ago
Export action update table rows after successful export
FilamentFFilament / ❓┊help
3y ago