Table Colum Json - Array to string conversion error
in user table there is a settings column that is json.
throws Array to string conversion.
Also throws array to string conversion error
Could not find anything in table builder docs. Not a single mention.
I am pretty sure that there is some way to do it, and wondering how as it is not possible that is not possible
Anyone can help?
Tables\Columns\TextColumn::make('settings')throws Array to string conversion.
formatStateUsing - throws array to string conversion error
protected $cast = [ 'settings' => array ]Also throws array to string conversion error
Could not find anything in table builder docs. Not a single mention.
I am pretty sure that there is some way to do it, and wondering how as it is not possible that is not possible
Anyone can help?