Huynh Hai Lam

Results 1 comments of Huynh Hai Lam

You should try it. return Datatables::of($items) ->with([ "recordsTotal" => $count_total, "recordsFiltered" => $count_filter, ]) ->rawColumns(['items_id','brands_description']) **->setTotalRecords($count_total) ->setFilteredRecords($count_filter) ->skipPaging()** ->make(true); Hope it help.