Using table builder with an external API
Hi.
I have been following the guide here: https://filamentphp.com/community/how-to-consume-an-external-api-with-filament-tables
This works good an all, however here is my problem:
- I need to define query paramaters on the actual API, not the model (so in order to first populate the model, i need to define variables when polling the API). How would i approach something like this?
Filament
How to consume an external API with Filament Tables by Leandro Ferr...
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
1 Reply
And where i will be calling it: