Json Show Value
Hello I have json column on my db. I want to show this section on my order details page.
What is the easiest way to show this json column in resource page ? I try to add key value but on prices another section. So. I couldnt figure it out. Please I will appriciate for an example.
Thank you
3 Replies
If you don't need to edit, use a ViewField
or
TextInput::make('columnName.name')
and then a repeater for the prices Repeater::make('columnName.prices')
Thank you guys. Really helpful.