FilamentF
Filament7mo ago
Vipul

Array/Json to Table Panel

We have a json column for a model and want to show that data as a filament table panel. It seems like a common use case and could not find documentation on it. To add table to infolist, we've created a livewire component and added it to the infolist using Livewire::make(component::class)
However, adding the data to the table is eluding me.
Was this page helpful?