Table optional relationship and sorting
Table is Units, field is
TextColumn::make('floorplans.bedroom_size')->sortable();
. Right now when I try to sort, Im getting SQLSTATE[42S22]: Column not found: 1054 Unknown column 'bedroom_size' in 'field list'
with 1 Reply
what do you mean by optional relationship
the error suggests its using the wrong table to find the column on