Table Export Action Format Columns
Hello - does anyone know if it is possible to configure the column format in
Is there a way to set the entire column to text to prevent this? Thank you!
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. I have tried modifying the ->state() and ->formatStateUsing() to return strings but that has not worked. I have also tried using ->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!
