Table columns support extract json?
Is it possible to extract a json data column into multiple filament table columns? e.g
data
= "{'foo':'yes', 'bar': 'no'}"
I know this can be done manually via the modifyQueryUsing and adding a raw select, just wondering if Filament has a handy way of doing it?1 Reply
I haven't found a way to make Tables work with json except from making custom coloumn view.