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
You can only use Laravel Models. Check whether you can aggregrate the data via Sushi package
Sushi package?
Can the data be aggregated? 🤔