update
parent
291600ca93
commit
618eb2acd1
|
|
@ -72,8 +72,10 @@ class DatasetController extends Controller
|
|||
$_data[] = $rowData;
|
||||
}
|
||||
|
||||
return response()->json($_data);
|
||||
|
||||
return response()->json([
|
||||
'total' => count($_data),
|
||||
'rows' => $_data
|
||||
]);
|
||||
|
||||
|
||||
// $json = json_decode($item->data, true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue