© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
4 replies
.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
Laravel Auditing
Laravel Auditing
Laravel Auditing allows you to record changes to an Eloquent model's set of data by simply adding its trait to your model.
Laravel Auditing
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Table Filter for Repeater Json Column
FilamentFFilament / ❓┊help
2y ago
Translate table column value
FilamentFFilament / ❓┊help
3y ago
Key value column implementation for settings table
FilamentFFilament / ❓┊help
3y ago
Arbitrary values for table column
FilamentFFilament / ❓┊help
3y ago