Table with Custom Array/Collection Data
How can I use Table builder in custom livewire component with dynamic array/collection data instead of eloquent query?
2 Replies
Maybe this will help
https://filamentphp.com/community/how-to-consume-an-external-api-with-filament-tables
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.
Thanks, but what if I want to consume data from a property instead of API?
In Sushi documentation, it show a static property data, how a about dynamic property