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.
Jump to solution
4 Replies
Lara Zeus
Lara Zeus15mo ago
maybe cast to array in the model and use textInput::make()->badge()
Solution
Dennis Koch
Dennis Koch15mo ago
Use Sushi package as a Eloquent driver. Filament relies on Eloquent models.
Lara Zeus
Lara Zeus15mo ago
I miss read the quest 😅
ahloudev
ahloudevOP15mo ago
Thanks that helps me a lot thank you

Did you find this page helpful?