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
However, adding the data to the table is eluding me.
Livewire::make(component::class)However, adding the data to the table is eluding me.