FFilament•Created by Gudao on 5/21/2024 in #❓┊help Customize and export a JSON column
yea, I saw that... doesn't really do what I need tho...
since adding ->listAsJson()
just changes the output from:
Data
one, two, three
to
Data
{'a': 'one', 'b': 'two', 'c': 'three'}
and what I'm looking for is:
A B C
one two three