How to pass custom data to table builder #1610
-
Hi, I would like to use the table builder a a report, passing custom data that isn't associated with eloquent models. Is that possible ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You always have to use Eloquent I'm afraid. Feel free to use the Blade components within |
Beta Was this translation helpful? Give feedback.
-
Just a late note that you can use the Sushi package's https://filamentphp.com/community/how-to-consume-an-external-api-with-filament-tables |
Beta Was this translation helpful? Give feedback.
You always have to use Eloquent I'm afraid. Feel free to use the Blade components within
/tables/resources/views/components
to make your table look the same though.