ranidentity
Results
1
comments of
ranidentity
i tried something like this and it work `User::query()->selectRaw("*, concat('first_name','last_name') as full_name");` but sorting is buggy, it sort only once which i don't understand why ' Column::make('Display Name','full_name')->sortable()->sortUsing(function ($models, $sort_attribute,...