-
I want to change the export type to csv. My Filament code looks like this: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
No, the code is fine. But you defined your own Export and you didn't specify any columns that you want to export. See |
Beta Was this translation helpful? Give feedback.
-
Hi Dennis,
Thanks for the quick reaction. Defining the columns was the solution.
Albert
Op vr 9 feb 2024 om 11:19 schreef Dennis Koch ***@***.***>:
… No, the code is fine. But you defined your own Export and you didn't
specify any columns that you want to export. See ->withColumns(),
->fromTable(), etc.
—
Reply to this email directly, view it on GitHub
<#176 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANQM62VY5IBDN4D4GVHROV3YSXZ4RAVCNFSM6AAAAABC76D236VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DIMJXGI2DK>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
No, the code is fine. But you defined your own Export and you didn't specify any columns that you want to export. See
->withColumns()
,->fromTable()
, etc.