.robertogarces
.robertogarces
FFilament
Created by .robertogarces on 8/9/2023 in #❓┊help
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
FFilament
Created by .robertogarces on 4/5/2023 in #❓┊help
Table Action with Custom Form opening new tab
I have a TableAction with a Custom Form that I need to open a view in a new tab. Is this possible? I tried with redirect but it doesn't open it in a new tab.
12 replies