Table column
Hi, I have a db table that has field with json/array values.
Output should be
How can I do this?
1 Reply
I think you are looking for
Arr::flatten()
. You could use that inside formatStateUsing()