Custom Data in Table

How do I populate a Filament table in a Livewire component with custom data? I want to generate statistical data and I'd need sums / averages from different places.
2 Replies
Dennis Koch
Dennis Koch16mo ago
You can only use Laravel Models. Check whether you can aggregrate the data via Sushi package
alexanderkroneis
alexanderkroneisOP16mo ago
Sushi package? Can the data be aggregated? 🤔

Did you find this page helpful?