.robertogarces
Table Column for json value
I'm trying to create a view to display the audits table from the https://laravel-auditing.com project.
The problem is that the old_values and new_values columns store data in json format of the type: {"usr_modificacion":1,"observaciones":"x"} and when it is displayed in the view, only the value of the field is displayed and not the name. In the example above it shows: 1, x.
Can you give me some idea of how to display something like:
usr_modificacion:1, observaciones: x?
I am working with version 2 of filament.
Thanks
5 replies