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