Table Builder with dynamic array source?

Has anyone found a way to use the table builder with an array source instead of a eloquent query? I'd love to use the table builder but don't have an Laravel Eloquent data source. I've used the sushi eloquent array driver but can't pass in custom variables to get custom data from an api.

I want to make an api call
consume the payload into an array
display the array as a table.

I could use Sushi, but the api call is dynamic according to a query string.
Was this page helpful?