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