how to display items (not model items) in filament table

For example if a want to display list of array of items inside filament table
how can i achieve it?
Solution
Use Sushi package as a Eloquent driver. Filament relies on Eloquent models.
Was this page helpful?