All of the data retrieve in onlyTrashed() method . It does not limit the items.
It works well when using withTrashed().
$shops = Shop::select('shops.*')->onlyTrashed();
return Datatables::of($shops)->make(true);
We have support for withTrashed but I think we don't handle yet onlyTrashed. Tagging for enhancements. Thanks for reporting.
Most helpful comment
We have support for withTrashed but I think we don't handle yet
onlyTrashed. Tagging for enhancements. Thanks for reporting.