Table SelectColumn with relation field
When we use SelectColumn::make('relationName.field')
we got Array to string conversion in case of no choice of field, because $getState() in vendor/filament/tables/resources/views/columns/select-column.blade.php returns the array of null element (not just null).
If we don't use relation - it works fine.
How to solve that problem?
The same thing happend with TextInputColumn
1 Reply
is any solutions?